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

one should release the mutex

parent 85b88f66
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,6 @@ class LiquidSoapClient:
data = '';
# otherwise sometimes messages will be mixed together
try:
# set timeout
self.client.settimeout(timeout)
......@@ -119,6 +115,7 @@ class LiquidSoapClient:
except Exception as e:
print(e)
self.mutex.release()
pass
return data
......
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