diff options
Diffstat (limited to '')
| -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" | 
