From 355bf741b5fc37becafa4f5622e66321493090ed Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 3 Feb 2021 18:52:37 +0100 Subject: [PATCH] change monitoring schedule --- monitor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monitor.py b/monitor.py index f1390ed..37059f1 100755 --- a/monitor.py +++ b/monitor.py @@ -43,7 +43,6 @@ while True: time.sleep(60) if initial_count != get_nb_of_comments(): exit_program() - break # check if git repo changed every 15 minutes if external_check_cmd and os.system(external_check_cmd): exit_program()