Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mampfes/hacs_waste_collection_sch…
Browse files Browse the repository at this point in the history
…edule
  • Loading branch information
mampfes committed Dec 4, 2021
2 parents 475a38a + 31b010b commit da205b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def fetch(self):
self._params[self._year_field] = str(now.year + 1)

try:
entries.extend(self.fetch_url(url), self._params)
entries.extend(self.fetch_url(url, self._params))
except Exception:
# ignore if fetch for next year fails
pass
Expand Down

0 comments on commit da205b8

Please sign in to comment.