Fix debug message

M1nd3r/thp5
M1nd3r 2 months ago
parent 07f6d98a45
commit d066bb9cb4

@ -214,7 +214,7 @@ class Channel(Context):
return return
if not _is_ctrl_byte_encrypted_transport(ctrl_byte): if not _is_ctrl_byte_encrypted_transport(ctrl_byte):
print("message is not encrypted. Ignoring") print("Message is not encrypted. Ignoring")
# TODO ignore message # TODO ignore message
self._todo_clear_buffer() self._todo_clear_buffer()
return return

Loading…
Cancel
Save