Closed mew1033 closed 8 years ago
I can't seem to make the countdown timer work... Are you just supposed to add the following to the config.py file:
game_start = '2016-06-02T09:00:00-0900' game_end = '2016-06-02T16:00:00-0900'
Sorry I didn't get back to you sooner, but it would look something like:
GAME_TIME = ('2016-06-02T09:00:00-0900', '2016-06-02T16:00:00-0900')
I can't seem to make the countdown timer work... Are you just supposed to add the following to the config.py file: