diff options
| -rw-r--r-- | utilities.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities.py b/utilities.py index 7ba140e..2a34c05 100644 --- a/utilities.py +++ b/utilities.py @@ -31,7 +31,7 @@ def sample_list(indices: list, cost: list[int], count: int = None) -> list: class Timer: ref: float = None running: bool = False - max_mins: int = 20 + max_mins: float = 17.5 default: str = ("00", "00") def __post_init__(self): |
