From 430991af4eebfbd586c1cfe93198830637d9146f Mon Sep 17 00:00:00 2001 From: Renato Farruggio Date: Tue, 21 Jan 2025 15:54:23 +0100 Subject: [PATCH] Add url --- park_api/cities/Basel.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/park_api/cities/Basel.py b/park_api/cities/Basel.py index 828db32..6cffe62 100644 --- a/park_api/cities/Basel.py +++ b/park_api/cities/Basel.py @@ -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