Update schedule version, add new room names and s/CTF/Cyberspace/
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luca 2022-09-12 00:21:19 +02:00
parent 8eb1273273
commit be97c32d03
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# fairydust.reisen website # fairydust.reisen website
Schedule version: `Hadar` Schedule version: `Intercrus`
## New pages/posts ## New pages/posts

View File

@ -7,7 +7,7 @@ from urllib.request import urlopen
from zoneinfo import ZoneInfo from zoneinfo import ZoneInfo
GRANULARITY = 30 GRANULARITY = 30
ROOM_SEQUENCE = ('Sondermaschinenbau', 'Smart City Schmiede', 'Sofaecke', 'CTF') ROOM_SEQUENCE = ('Sondermaschinenbau', 'Smart City Schmiede', 'Sofaecke', 'Außenbereich', 'Rennstrecke', 'Cyberspace')
SCHEDULE_URL = 'https://cfp.fairydust.reisen/iger-2022/schedule/export/schedule.json' SCHEDULE_URL = 'https://cfp.fairydust.reisen/iger-2022/schedule/export/schedule.json'
TIMEZONE = 'Europe/Berlin' TIMEZONE = 'Europe/Berlin'