From f665bcb2087748848ce89999696c8e1af4e28d16 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 22 Oct 2024 15:21:00 +0200 Subject: Changed the timer to 17.5 mins --- utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.3.1