File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 165165VERIFY_EMAIL_TEMPLATE_TITLE = "[SegmentOJ] Email Verify"
166166VERIFY_EMAIL_TEMPLATE_CONTENT = """Hi, {username}<br/>
167167It seems that you have just requested an email verify!<br/>
168- <strong>You code is:</strong> <code>{signature}</code><br/>
168+ <strong>Your code is:</strong> <code>{signature}</code><br/>
169169Please use it in 20 minutes.<br/>
170170"""
171171VERIFY_EMAIL_MAX_AGE = 20
Original file line number Diff line number Diff line change 11JUDGE_STATUS_WAITING = 0 # waiting
2- JUDGE_STATUS_COMILING = 1 # compiling
2+ JUDGE_STATUS_COMPILING = 1 # compiling
33JUDGE_STATUS_JUDGING = 2 # judging
44JUDGE_STATUS_INPROCESS = 3 # doing (but the judger did not return judging or compiling yet)
55JUDGE_STATUS_AC = 10 # Answer Correct
You can’t perform that action at this time.
0 commit comments