bugfix
This commit is contained in:
parent
e9f33f6a45
commit
52a09e7145
@ -224,7 +224,7 @@ class WebsocketProcessor(PythonScriptProcessor):
|
||||
try:
|
||||
await ws.prepare(request)
|
||||
except Exception as e:
|
||||
exception(f'--------except: {e}'))
|
||||
exception(f'--------except: {e}')
|
||||
print_exc()
|
||||
raise e
|
||||
debug(f'========== debug ===========')
|
||||
|
Loading…
Reference in New Issue
Block a user