This commit is contained in:
parent
81a3d9ed5b
commit
55d8c54d25
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ websocket_clients = WebSocketClients()
|
|||
buba = BubaCmd(config.serial, websocket_clients.send)
|
||||
animator = BubaAnimator(buba)
|
||||
# animator.add(BubaCharset) #, single=12)
|
||||
# animator.add(BubaTime)
|
||||
# animator.add(DBFAnimation, ds100="AHST", station="Holstenstraße")
|
||||
# animator.add(DBFAnimation, ds100="AHS", station="Altona", count=9)
|
||||
animator.add(BubaTime)
|
||||
animator.add(DBFAnimation, ds100="AHST", station="Holstenstraße")
|
||||
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")
|
||||
|
||||
@app.route("/static/<filepath>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue