Skip to content

Commit

Permalink
Update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith111 committed Aug 28, 2022
1 parent 18c04e4 commit 94f195e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 94f195e

Please sign in to comment.