This commit is contained in:
parent
f407348d63
commit
c37ce6ffd1
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@ animator.add(DBFAnimation, ds100="AHS", station="Altona", count=9)
|
|||
animator.add(IcalEvents, url="https://cloud.hamburg.ccc.de/remote.php/dav/public-calendars/QJAdExziSnNJEz5g?export",
|
||||
title="CCCHH Events")
|
||||
animator.add(Spaceapi, "https://spaceapi.hamburg.ccc.de", "CCCHH")
|
||||
if config.clubassistant_token is not None:
|
||||
animator.add(Clubassistant, "https://club-assistant.ccchh.net", config.clubassistant_token)
|
||||
else
|
||||
log.warning("Club Assistant token not set, not activating animation")
|
||||
animator.add(SnakeAnimation)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue