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:
loop()
except:
print(datetime.datetime.now())
traceback.print_exc()
print("Sleeping...")
time.sleep(60*10)