Skip to content

Commit

Permalink
Add url
Browse files Browse the repository at this point in the history
  • Loading branch information
RenatoFarruggio committed Jan 21, 2025
1 parent 464b186 commit 430991a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion park_api/cities/Basel.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def parse_html(xml_data):
"total": entry['total'],
"coords": list(entry['geo_point_2d'].values()),
"forecast": False,
"lot_type": entry['lot_type']
"lot_type": entry['lot_type'],
"url": entry['link']
})

return data
Expand Down

0 comments on commit 430991a

Please sign in to comment.