From f0e99a3ba82b6537067fe483b5a503466eae1b04 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 2 Feb 2021 08:06:55 +0100 Subject: [PATCH] test monitor --- monitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor.py b/monitor.py index 37059f1..f1390ed 100755 --- a/monitor.py +++ b/monitor.py @@ -43,6 +43,7 @@ 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()