bugfix
This commit is contained in:
parent
4579152082
commit
6f5d19b08f
@ -50,7 +50,6 @@ class XtermProcessor(PythonScriptProcessor):
|
|||||||
try:
|
try:
|
||||||
while self.running:
|
while self.running:
|
||||||
x = await self.p_obj.stdout.read(1024)
|
x = await self.p_obj.stdout.read(1024)
|
||||||
debug(f'{x=}')
|
|
||||||
await self.ws_send_data(ws, x)
|
await self.ws_send_data(ws, x)
|
||||||
await asyncio.sleep(0)
|
await asyncio.sleep(0)
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user