trackback-fix

This commit is contained in:
Tony Rewin 2023-10-04 20:25:17 +03:00
parent 3a02999e4f
commit 2db81462d0

View File

@ -48,7 +48,6 @@ local_headers = [
def exception_handler(exception_type, exception, traceback, debug_hook=sys.excepthook):
traceback.print_exc()
print("%s: %s" % (exception_type.__name__, exception))