diff options
author | 2018-05-19 14:57:17 +0100 | |
---|---|---|
committer | 2018-05-19 14:57:17 +0100 | |
commit | 3a31898c3bfc45203aafe14004d2506f565dcc4b (patch) | |
tree | 33d307f026eb926e13d0402a831e0c4587dbdca5 /pysite | |
parent | Messed up my lint earlier (diff) |
Add "preparing" state
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index f4ea8449..be1bd9f8 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -70,6 +70,7 @@ ERROR_DESCRIPTIONS = { JAM_STATES = [ "planning", "announced", + "preparing", "running", "judging", "finished" |