Skip to content

Commit d2f8740

Browse files
committed
w
1 parent 5243eca commit d2f8740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/device/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ def brute_force_connect():
10551055
logger.info('Here are the devices detected but unavailable')
10561056
for device in unavailable:
10571057
logger.info(f'{device.serial} ({device.status})')
1058-
time.sleep(retry_sleep())
1058+
time.sleep(retry_sleep(_))
10591059

10601060
# brute_force_connect
10611061
if self.config.Emulator_Serial == 'auto' and available.count == 0:

0 commit comments

Comments
 (0)