Skip to content

Commit 153bfcc

Browse files
committed
Fix coordinates for Basel
ref #247
1 parent 430991a commit 153bfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

park_api/cities/Basel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def parse_html(xml_data):
2727
"state": translate_status(entry['status']),
2828
"free": entry['free'],
2929
"total": entry['total'],
30-
"coords": list(entry['geo_point_2d'].values()),
30+
"coords": entry['geo_point_2d'].values(),
3131
"forecast": False,
3232
"lot_type": entry['lot_type'],
3333
"url": entry['link']

0 commit comments

Comments
 (0)