Skip to content

Commit

Permalink
improve ahk_heidekreis_de
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Jan 14, 2025
1 parent e91a5e6 commit 29df979
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def fetch(self):

entries = []
for d in dates:
_LOGGER.info("%s - %s", d[0], d[1])
entries.append(Collection(d[0], d[1].removesuffix(", ")))
for bin_type in d[1].removesuffix(", ").split(", "):
_LOGGER.info("%s - %s", d[0], d[1])
entries.append(Collection(d[0], bin_type))
return entries

0 comments on commit 29df979

Please sign in to comment.