diff --git a/python_apps/pypo/pypofetch.py b/python_apps/pypo/pypofetch.py index 0d9884881..b0cbdc69a 100644 --- a/python_apps/pypo/pypofetch.py +++ b/python_apps/pypo/pypofetch.py @@ -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)