chore: better penalty range with +1s
All checks were successful
build / trigger-build-image (push) Successful in 15s
All checks were successful
build / trigger-build-image (push) Successful in 15s
This commit is contained in:
parent
686d4eecf5
commit
c743e30c1c
|
@ -319,7 +319,7 @@ class Teapot:
|
||||||
"### Submission Time Check Failed\n"
|
"### Submission Time Check Failed\n"
|
||||||
f"Current time {now} is not in the valid range "
|
f"Current time {now} is not in the valid range "
|
||||||
f"[{begin_time}, {end_time}], and the penalty range "
|
f"[{begin_time}, {end_time}], and the penalty range "
|
||||||
f"[{end_time}, {penalty_end_time}].\n",
|
f"[{end_time + timedelta(seconds=1)}, {penalty_end_time}].\n",
|
||||||
True,
|
True,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user