Skip to content

Commit

Permalink
fix missing data for AWB Bad Kreuznach
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-voigt authored and 5ila5 committed Mar 2, 2025
1 parent ebae221 commit 002521f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ def fetch(self):
dtstart=datetime.fromtimestamp(cal_entry["fromDate"] / 1000),
until=datetime.fromtimestamp(cal_entry["toDate"] / 1000)
if cal_entry["toDate"]
else None,
count=365 // cal_entry["frequency"],
else to_time,
)
)

Expand Down

0 comments on commit 002521f

Please sign in to comment.