We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7a5ee commit c015cd0Copy full SHA for c015cd0
ouroboros/main.py
@@ -47,4 +47,4 @@ def main():
47
schedule.every(cli.interval).seconds.do(main)
48
while True:
49
schedule.run_pending()
50
- time.sleep(cli.interval - 1)
+ time.sleep(1)
0 commit comments