We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab12b5 commit 63c20ecCopy full SHA for 63c20ec
app/converters/gbfs_https_to_http.py
@@ -14,6 +14,8 @@ class GbfsHttpsToHttpConverter(BaseConverter):
14
'gbfs.nextbike.net',
15
'apis.deutschebahn.com',
16
'stables.donkey.bike',
17
+ 'data.lime.bike',
18
+ 'mds.bird.co',
19
]
20
21
def convert(self, data: Union[dict, list], path: str) -> Union[dict, list]:
0 commit comments