change monitoring schedule
This commit is contained in:
parent
1f030c6ff1
commit
355bf741b5
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ while True:
|
||||||
time.sleep(60)
|
time.sleep(60)
|
||||||
if initial_count != get_nb_of_comments():
|
if initial_count != get_nb_of_comments():
|
||||||
exit_program()
|
exit_program()
|
||||||
break
|
|
||||||
# check if git repo changed every 15 minutes
|
# check if git repo changed every 15 minutes
|
||||||
if external_check_cmd and os.system(external_check_cmd):
|
if external_check_cmd and os.system(external_check_cmd):
|
||||||
exit_program()
|
exit_program()
|
||||||
|
|
Loading…
Add table
Reference in a new issue