From 3a31898c3bfc45203aafe14004d2506f565dcc4b Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 19 May 2018 14:57:17 +0100 Subject: Add "preparing" state --- pysite/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pysite/constants.py') 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" -- cgit v1.2.3