Merge pull request #1267 from darac/feature/rushmoor_food_waste

Fix Rushmoor Food Waste Schedule
This commit is contained in:
5ila5
2023-09-19 18:54:44 +02:00
committed by GitHub

View File

@@ -53,12 +53,12 @@ class Source:
)
)
# Always add Food as that is collected weekly
entries.append(
Collection(
d[0],
"Food",
icon=ICON_MAP.get("Food"),
)
)
# Always add Food as that is collected weekly
entries.append(
Collection(
d[0],
"Food",
icon=ICON_MAP.get("Food"),
)
)
return entries