We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc749e3 commit 4815a08Copy full SHA for 4815a08
websocket_server/websocket_server.py
@@ -59,7 +59,7 @@ def run_forever(self):
59
self.server_close()
60
logger.info("Server terminated.")
61
except Exception as e:
62
- logger.error("ERROR: WebSocketsServer: " + str(e), exc_info=True)
+ logger.error(str(e), exc_info=True)
63
exit(1)
64
65
def new_client(self, client, server):
0 commit comments