Skip to content

Commit

Permalink
added timeout and roundLength
Browse files Browse the repository at this point in the history
  • Loading branch information
Savallator committed Jul 12, 2020
1 parent a6ec363 commit d2655fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions enochecker_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ class CheckerTaskMessage:
related_round_id: int
flag: Optional[str]
flag_index: int
timeout: int
round_length: int


class BrokenServiceException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="enochecker_core",
version="0.4.0",
version="0.5.0",
author="Trolldemorted",
author_email="[email protected]",
description="Base library for enochecker libs",
Expand Down

0 comments on commit d2655fb

Please sign in to comment.