diff --git a/main.py b/main.py index a39505d..8f88bc9 100755 --- a/main.py +++ b/main.py @@ -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])