diff --git a/pretty_bad_protocol/_parsers.py b/pretty_bad_protocol/_parsers.py index 6af3d6d..e83b795 100644 --- a/pretty_bad_protocol/_parsers.py +++ b/pretty_bad_protocol/_parsers.py @@ -1516,7 +1516,7 @@ def _handle_status(self, key, value): ): pass elif key == "KEY_CONSIDERED": - self.status = '\n'.join([self.status, "key considered"]) + self.status = "key considered" elif key == "NEWSIG": # Reset self.status = None