2
0
Fork 0
This commit is contained in:
fram3d 2024-02-08 16:56:11 +01:00
parent 3845e7b870
commit 2c42a80a33
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
1 changed files with 1 additions and 1 deletions

View File

@ -121,5 +121,5 @@ new_events_ical = build_ical(new_events)
# Build ical
with open("site/events.ical", "w") as file:
file.write(build_ical(new_events)
file.write(build_ical(new_events))