Merge branch '2.3.x' of dev.sourcefabric.org:airtime into 2.3.x
This commit is contained in:
commit
7238790c41
|
@ -146,7 +146,7 @@ class PypoFetch(Thread):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def telnet_send(logger, lock, commands):
|
def telnet_send(logger, lock, commands):
|
||||||
try:
|
try:
|
||||||
lock.acquire()
|
lock.acquire()
|
||||||
|
|
||||||
tn = telnetlib.Telnet(LS_HOST, LS_PORT)
|
tn = telnetlib.Telnet(LS_HOST, LS_PORT)
|
||||||
|
|
Loading…
Reference in New Issue