Skip to content

Commit

Permalink
feat: Set a value of infinity for unfrozen_time
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Dec 1, 2023
1 parent a8f5c47 commit fdd6215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcpcio_board_spider/type/contest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self,
start_time: int = 0,
end_time: int = 0,
frozen_time: int = 60 * 60,
unfrozen_time: int = 0,
unfrozen_time: int = 0x3f3f3f3f3f3f3f3f,
penalty: int = 20 * 60,
problem_quantity: int = 0,
problem_id: typing.List[str] = [],
Expand Down

0 comments on commit fdd6215

Please sign in to comment.