Skip to content

Commit

Permalink
Fixed, postpone was not reset after now work started.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamecraftCZ committed Jul 29, 2019
1 parent fa9a857 commit b9e4eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/20eyes.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ def startCallback(top):
def startBreakCallback(top):
global currentWindow
global breakStart
global currentPostpone
currentWindow = "breakRunning"
breakStart = time()
currentPostpone = 0
top.destroy()


Expand Down

0 comments on commit b9e4eed

Please sign in to comment.