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 e887d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 2 additions & 0 deletions pybikes/deutschebahn.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class DB(Gbfs):
'system': 'deutschebahn',
}

# Hello World

def __init__(self, tag, meta, key, provider, bbox=None):
self.key = key
super(DB, self).__init__(
Expand Down

0 comments on commit e887d58

Please sign in to comment.