diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-22 15:21:00 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-22 15:21:00 +0200 |
| commit | f665bcb2087748848ce89999696c8e1af4e28d16 (patch) | |
| tree | 09a7f5f09ec8e9306613a8ddb4c762ef3f472ae0 | |
| parent | 9a6150f199b9269bf0ca36bc0289fe5fb2d45508 (diff) | |
Changed the timer to 17.5 mins
| -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): |
