bug: remove a missed print statement.
This commit is contained in:
@@ -190,7 +190,6 @@ If you are sure you want to use this command please use API.send_command("{comma
|
|||||||
d = await asyncio.wait_for(reader.read(4096), timeout=timeout)
|
d = await asyncio.wait_for(reader.read(4096), timeout=timeout)
|
||||||
if not d:
|
if not d:
|
||||||
break
|
break
|
||||||
print("hello", d)
|
|
||||||
ret_data += d
|
ret_data += d
|
||||||
except (asyncio.CancelledError, asyncio.TimeoutError) as e:
|
except (asyncio.CancelledError, asyncio.TimeoutError) as e:
|
||||||
raise e
|
raise e
|
||||||
|
|||||||
Reference in New Issue
Block a user