mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
pep8 2 time
This commit is contained in:
parent
55932b048e
commit
3d695405b7
@ -99,8 +99,10 @@ class ArubaDeviceScanner(object):
|
||||
connect = "ssh {}@{}"
|
||||
ssh = pexpect.spawn(connect.format(self.username, self.host))
|
||||
query = ssh.expect(['password:', pexpect.TIMEOUT, pexpect.EOF,
|
||||
'continue connecting (yes/no)?', 'Host key verification failed.',
|
||||
'Connection refused', 'Connection timed out'], timeout=120)
|
||||
'continue connecting (yes/no)?',
|
||||
'Host key verification failed.',
|
||||
'Connection refused',
|
||||
'Connection timed out'], timeout=120)
|
||||
if query == 1:
|
||||
_LOGGER.error("Timeout")
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user