diff --git a/bin/bombshell-client b/bin/bombshell-client index 7d65821..73ea314 100755 --- a/bin/bombshell-client +++ b/bin/bombshell-client @@ -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", )