Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eskerda committed Sep 17, 2024
1 parent 28295fa commit 1c1942a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pybikes/bicimad.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def _request(*args, **kwargs):
scraper.request = _request

def update(self, scraper=None):

raise Exception("I Crash lol")
scraper = scraper or PyBikesScraper(cache)

Bicimad.authorize(scraper, self.key)
Expand Down
2 changes: 1 addition & 1 deletion pybikes/data/bicing.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"instances": [
{
"tag": "bicing",
"tag": "bicing-foo-bar",
"endpoint": "https://www.bicing.barcelona",
"meta": {
"country": "ES",
Expand Down

0 comments on commit 1c1942a

Please sign in to comment.