修复比赛修改密码之后,之前保存的 session 仍然可以使用的问题

This commit is contained in:
virusdefender
2019-09-22 16:45:25 +08:00
parent 0401468ff3
commit d57cf64afa
3 changed files with 48 additions and 10 deletions

View File

@@ -31,3 +31,6 @@ class Difficulty(Choices):
LOW = "Low"
MID = "Mid"
HIGH = "High"
CONTEST_PASSWORD_SESSION_KEY = "contest_password"