aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 14:57:17 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 14:57:17 +0100
commit3a31898c3bfc45203aafe14004d2506f565dcc4b (patch)
tree33d307f026eb926e13d0402a831e0c4587dbdca5 /pysite/constants.py
parentMessed up my lint earlier (diff)
Add "preparing" state
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py1
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"