This commit is contained in:
2021-05-18 10:58:15 -04:00
parent 088647c4b4
commit edf45c033f
+1 -1
View File
@@ -843,7 +843,7 @@ def msg_to_websockets(typ: str, msg: str):
try: try:
asyncio.run(ws.send(jmsg)) asyncio.run(ws.send(jmsg))
except Exception as e: except Exception as e:
print("ws.send exception: " % e) print("ws.send exception: %s" % e)
exit(1) exit(1)
# #