cc-3447: synchronize access to liquidsoap via telnet

-add another critical section
This commit is contained in:
Martin Konecny 2012-03-16 20:47:46 -04:00
parent c8c9e46228
commit 6634e9f663
2 changed files with 12 additions and 15 deletions

View file

@ -166,7 +166,6 @@ class PypoPush(Thread):
"""
self.telnet_lock.acquire()
try:
tn = telnetlib.Telnet(LS_HOST, LS_PORT)