X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/blobdiff_plain/8668609a5e80454830b5f0fd1af52f5e52fe0690..075f7c86cd9435e508caf4cb8ba6f3e2e4d058f5:/log_mhz19.py?ds=sidebyside diff --git a/log_mhz19.py b/log_mhz19.py index 18ffb11..e99ceae 100755 --- a/log_mhz19.py +++ b/log_mhz19.py @@ -28,7 +28,7 @@ class Receiver(asyncio.Protocol): def data_received(self, data): data = data.decode() - print(data, end='') + print(data, end='', flush=True) def connection_lost(self, exc): log.debug('port closed')