connector

This commit is contained in:
4tochka 2019-05-07 02:49:30 +04:00
parent abadd34aeb
commit ee1e191c53

View File

@ -178,7 +178,9 @@ class Worker:
async def pipe_get_msg(self, reader):
while True:
try:
self.log.critical("---1")
msg = await reader.readexactly(1)
self.log.critical("---2")
if msg == b'M':
msg = await reader.readexactly(1)
if msg == b'E':