Skip to content

Commit

Permalink
replace time.sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored and circa10a committed Oct 21, 2018
1 parent 7e7a5ee commit c015cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouroboros/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def main():
schedule.every(cli.interval).seconds.do(main)
while True:
schedule.run_pending()
time.sleep(cli.interval - 1)
time.sleep(1)

0 comments on commit c015cd0

Please sign in to comment.