modified threadpool run to use timeout
This commit is contained in:
@@ -31,7 +31,7 @@ class SMP(TelnetAdapter, RecorderAdapter):
|
||||
self._login()
|
||||
|
||||
def _login(self):
|
||||
logger.info("Connecting to {} ...".format(self.address))
|
||||
logger.debug("Connecting to {} ...".format(self.address))
|
||||
try:
|
||||
self.tn = telnetlib.Telnet(self.address)
|
||||
except TimeoutError as e:
|
||||
|
||||
Reference in New Issue
Block a user