We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430991a commit 153bfccCopy full SHA for 153bfcc
park_api/cities/Basel.py
@@ -27,7 +27,7 @@ def parse_html(xml_data):
27
"state": translate_status(entry['status']),
28
"free": entry['free'],
29
"total": entry['total'],
30
- "coords": list(entry['geo_point_2d'].values()),
+ "coords": entry['geo_point_2d'].values(),
31
"forecast": False,
32
"lot_type": entry['lot_type'],
33
"url": entry['link']
0 commit comments