mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 06:05:57 +01:00
Merge pull request #943 from nashant/reading_gov_uk-fixup
This commit is contained in:
@@ -46,7 +46,6 @@ class Source:
|
||||
if self._uprn is None:
|
||||
self._uprn = self.get_uprn()
|
||||
resp = requests.get(f"{SEARCH_URLS['COLLECTION']}/{self._uprn}")
|
||||
breakpoint()
|
||||
return [self.parse_collection(col) for col in resp.json()["collections"]]
|
||||
|
||||
def get_uprn(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user