Skip to content

Commit

Permalink
it was always adding 15 extra minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun-Regenbaum committed Jan 29, 2021
1 parent 2ddbf53 commit 452f63a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clock_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,10 @@ def error_handler(element_to_find, method_to_find="id", purpose="Default, Please
# This should be 60 for a full minute, but Im accounting for slow down else where.
time.sleep(58)
print(".")
BLOCKS_DONE = BLOCKS_DONE + 1
if BLOCKS_DONE == TIME_BLOCKS:
break
BLOCKS_DONE = BLOCKS_DONE + 1


else:
clockHoursOut()
Expand Down

0 comments on commit 452f63a

Please sign in to comment.