From ee1e191c53df6825a5616235e257b0607a9ab205 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Tue, 7 May 2019 02:49:30 +0400 Subject: [PATCH] connector --- pybtc/connector/block_loader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pybtc/connector/block_loader.py b/pybtc/connector/block_loader.py index c603643..bbd5f8d 100644 --- a/pybtc/connector/block_loader.py +++ b/pybtc/connector/block_loader.py @@ -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':