Jae-Won Chung commited on
Commit
bf13008
1 Parent(s): 64446b4

Colosseum down until Sep 4th

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