Skip to content

Commit

Permalink
Merge pull request #115 from jberrenberg/fix/handling-of-december-in-ics
Browse files Browse the repository at this point in the history
fix problem in ics source
  • Loading branch information
mampfes authored Dec 4, 2021
2 parents 089e359 + 47f8250 commit 31b010b
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 31b010b

Please sign in to comment.