mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
fix circulus_nl
This commit is contained in:
@@ -60,7 +60,7 @@ class Source:
|
||||
entries.append(
|
||||
Collection(
|
||||
date=datetime.strptime(newdate, "%Y-%m-%d").date(),
|
||||
t=WASTE_MAP[item["code"]],
|
||||
t=WASTE_MAP.get(item["code"], item["code"]),
|
||||
icon=ICON_MAP.get(item["code"]),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user