Merge branch '2.3.x' of dev.sourcefabric.org:airtime into 2.3.x

This commit is contained in:
denise 2013-01-30 11:51:35 -05:00
commit 7238790c41
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class PypoFetch(Thread):
@staticmethod
def telnet_send(logger, lock, commands):
try:
try:
lock.acquire()
tn = telnetlib.Telnet(LS_HOST, LS_PORT)