fix circulus_nl

This commit is contained in:
5ila5
2024-07-15 23:31:37 +02:00
committed by 5ila5
parent 67a4539d35
commit c09a208b65

View File

@@ -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"]),
)
)