Matir / pwnableweb-scoreboard

Scoreboard for CTF Competitions
27 stars 8 forks source link

Enable countdown timer #74

Closed mew1033 closed 8 years ago

mew1033 commented 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'
Matir commented 8 years ago

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')