This commit is contained in:
Jonas Weinz 2019-03-21 17:21:36 +01:00
parent 8dabfec885
commit 56f4fecdcd

View File

@ -474,7 +474,7 @@ class ConnectionHandler(object):
async def handle_message(self, conn, msg_str): async def handle_message(self, conn, msg_str):
msg = parse_message(msg_str) msg = parse_message(msg_str)
print("incoming message" + msg) print("incoming message" + str(msg))
if msg is None: if msg is None:
return None return None