Skip to content

Commit

Permalink
Merge pull request #418 from meilon/issue-417
Browse files Browse the repository at this point in the history
Update awb_es_de.py
  • Loading branch information
mampfes authored Nov 6, 2022
2 parents 36575e2 + beb27d7 commit c953006
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def fetch(self):
href = download.get("href")
if "t=ics" in href:
ics_url = href
break

if ics_url is None:
raise Exception(f"ics url not found")
Expand Down

0 comments on commit c953006

Please sign in to comment.