Skip to content
Snippets Groups Projects
Commit 595e6264 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

critical reconnectbug found

parent d70b94ee
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,9 @@ class LiquidSoapClient:
return self.message
else:
raise LQConnectionError("LiquidSoapClient not connected to LiquidSoap Server")
msg = "LiquidsoapClient not connected to LiquidSoap Server"
self.logger.debug(msg)
raise LQConnectionError(msg)
# ------------------------------------------------------------------------------------------ #
def simplecommand(self, command):
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment