Jae-Won Chung commited on
Commit
8a69511
1 Parent(s): b899ff8

Colosseum is back up

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ pio.templates.default = "plotly_white"
22
 
23
  from spitfight.colosseum.client import ControllerClient
24
 
25
- COLOSSEUM_UP = False
26
- COLOSSEUM_BACK_ON = "September 4th"
27
 
28
 
29
  class TableManager:
 
22
 
23
  from spitfight.colosseum.client import ControllerClient
24
 
25
+ COLOSSEUM_UP = True
26
+ COLOSSEUM_BACK_ON = ""
27
 
28
 
29
  class TableManager: