bugfix
This commit is contained in:
parent
6c5907663e
commit
dd854ad448
@ -143,8 +143,9 @@ class WebsocketProcessor(PythonScriptProcessor):
|
||||
params_kw = lenv.params_kw
|
||||
userid = lenv.params_kw.userid or await lenv.get_user()
|
||||
print(f'{params_kw=}, {userid=} ============')
|
||||
print(f'{request.path=}')
|
||||
print(f'{request.path=}1')
|
||||
del lenv['request']
|
||||
print(f'{request.path=}1.1')
|
||||
txt = await self.loadScript(self.real_path)
|
||||
print(f'{request.path=}2')
|
||||
ws = web.WebSocketResponse()
|
||||
|
Loading…
Reference in New Issue
Block a user