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