cc-3447: synchronize access to liquidsoap via telnet
-add another critical section
This commit is contained in:
parent
c8c9e46228
commit
6634e9f663
2 changed files with 12 additions and 15 deletions
|
@ -166,7 +166,6 @@ class PypoPush(Thread):
|
|||
"""
|
||||
|
||||
self.telnet_lock.acquire()
|
||||
|
||||
try:
|
||||
tn = telnetlib.Telnet(LS_HOST, LS_PORT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue