@@ -843,7 +843,7 @@ def msg_to_websockets(typ: str, msg: str):
try:
asyncio.run(ws.send(jmsg))
except Exception as e:
print("ws.send exception: " % e)
print("ws.send exception: %s" % e)
exit(1)
#
The note is not visible to the blocked user.