unmiddlewared

This commit is contained in:
2023-10-04 23:42:39 +03:00
parent 2db81462d0
commit e76f924b2d
10 changed files with 75 additions and 96 deletions

View File

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