CC-3767: Pypo push crashed
This commit is contained in:
parent
b01921abea
commit
240756f98b
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ class PypoPush(Thread):
|
||||||
tn.write('exit\n')
|
tn.write('exit\n')
|
||||||
tn.read_all()
|
tn.read_all()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.logger.error(str(e))
|
self.logger.error("Error connecting to Liquidsoap: %s", e)
|
||||||
|
response = []
|
||||||
finally:
|
finally:
|
||||||
self.telnet_lock.release()
|
self.telnet_lock.release()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue