Adjust sleep back to 5

This commit is contained in:
agatha 2023-11-11 15:42:23 -05:00
parent 1c6a45a1d2
commit 75ae245d40
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def main():
):
log_event(event)
time.sleep(1)
time.sleep(5)
except KeyboardInterrupt:
logger.info('Program terminating')