bugfix
This commit is contained in:
parent
6692ee8ed2
commit
41ed4a811d
@ -177,6 +177,7 @@ class WebsocketProcessor(PythonScriptProcessor):
|
|||||||
if msg.type == aiohttp.WSMsgType.TEXT:
|
if msg.type == aiohttp.WSMsgType.TEXT:
|
||||||
if msg.data == 'exit':
|
if msg.data == 'exit':
|
||||||
break
|
break
|
||||||
|
debug(f'WS:msg from client={msg}')
|
||||||
lenv['ws_data'] = msg.data
|
lenv['ws_data'] = msg.data
|
||||||
lenv['ws_pool'] = ws_pool
|
lenv['ws_pool'] = ws_pool
|
||||||
exec(txt,lenv,lenv)
|
exec(txt,lenv,lenv)
|
||||||
|
Loading…
Reference in New Issue
Block a user