heartbeat every 15 mins
This commit is contained in:
@@ -409,7 +409,7 @@ if __name__ == '__main__':
|
||||
sys.stdout.flush()
|
||||
|
||||
# heartbeat
|
||||
schedule.every(1).minutes.do(heartbeat)
|
||||
schedule.every(15).minutes.do(heartbeat)
|
||||
|
||||
while running:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user