Skip to content

Commit

Permalink
Update mijnafvalwijzer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Sep 28, 2020
1 parent ccbe947 commit 046f008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/provider/mijnafvalwijzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_waste_data_custom(self):
today_multiple_items.append(key)
waste_dict_custom["today"] = key
# waste type(s) tomorrow
if value == self.today:
if value == self.tomorrow:
if "tomorrow" in waste_dict_custom.keys():
tomorrow_multiple_items.append(key)
waste_dict_custom["tomorrow"] = ", ".join(
Expand Down

0 comments on commit 046f008

Please sign in to comment.