make refresh interval configurable

This commit is contained in:
Franziska Kunsmann 2023-07-06 11:28:49 +02:00
parent 85094987ab
commit 5d58fdc6f0
2 changed files with 7 additions and 1 deletions

View file

@ -167,7 +167,7 @@ def main():
except Exception:
traceback.print_exc()
time.sleep(20)
time.sleep(CONFIG["refresh_interval"])
if __name__ == "__main__":