diff --git a/callbacks.py b/callbacks.py index 2b7e480..3434221 100644 --- a/callbacks.py +++ b/callbacks.py @@ -21,6 +21,7 @@ def __init__(self): self.current_sleeper_seconds = int(searchhex[24:], 16) self.input_seconds = 0 self.last_thread_state = False + self.base_time = None print(self.current_sleeper_seconds) def sleeper_action(self, state=True):