fixes-вуигп

This commit is contained in:
Tony Rewin 2023-10-04 01:57:48 +03:00
parent f8b00cc1b4
commit 34b7d0021d

View File

@ -4,7 +4,7 @@ from settings import PORT
def exception_handler(exception_type, exception, traceback, debug_hook=sys.excepthook):
print(traceback)
print(vars(traceback))
print("%s: %s" % (exception_type.__name__, exception))