From edf45c033f0ff41c25abd9c07cc00c307851ddf4 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Tue, 18 May 2021 10:58:15 -0400 Subject: [PATCH] typo --- hbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbd b/hbd index dff4ff2..26d6c37 100755 --- a/hbd +++ b/hbd @@ -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) #