added log

This commit is contained in:
Amazed 2020-06-11 17:11:56 +02:00
parent 5720225091
commit 89bb4a68be
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ if __name__ == "__main__":
try: try:
loop() loop()
except: except:
print(datetime.datetime.now())
traceback.print_exc() traceback.print_exc()
print("Sleeping...") print("Sleeping...")
time.sleep(60*10) time.sleep(60*10)