fatal->error

This commit is contained in:
giuliof 2021-09-04 11:04:07 +02:00
parent 54bbdb919e
commit 34dbffac9f
1 changed files with 1 additions and 1 deletions

View File

@ -123,4 +123,4 @@ try:
print(json.dumps(result, indent=4))
except:
logging.fatal("Unexpected error:", sys.exc_info()[0])
logging.error("Unexpected error:", sys.exc_info()[0])