test monitor

This commit is contained in:
Yax 2021-02-02 08:06:55 +01:00
parent 34f5015ae8
commit f0e99a3ba8

View file

@ -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()