diff --git a/update.py b/update.py index 0a49fca..2b9df7b 100755 --- a/update.py +++ b/update.py @@ -71,7 +71,7 @@ def update_data(year: int) -> str: cls=CustomJSONEncoder, ) - generate_ics(data['days'], filename=f"{year}.ics") + generate_ics(data["days"], filename=f"{year}.ics") return filename