sleep for 30 minutes instead of 1 hour

This commit is contained in:
Amazed 2020-06-10 19:47:33 +02:00
parent 3a499206f9
commit 7918debc20
1 changed files with 1 additions and 1 deletions

View File

@ -78,4 +78,4 @@ if __name__ == "__main__":
except:
traceback.print_exc()
print("Sleeping...")
time.sleep(3600)
time.sleep(60*30)