These are meant to be bytes!

This commit is contained in:
Manuel Amador (Rudd-O) 2022-08-18 15:37:12 +00:00
parent a55d7cd4d0
commit 3ad3761f2f

View File

@ -308,7 +308,7 @@ class DataDemultiplexer(MyThread):
assert not x, x
for s in r:
header = s.read(PACKLEN)
if header == "":
if header == b"":
logging.debug(
"demux: Received no bytes from source, closing sinks",
)