修复端口号错误的问题
This commit is contained in:
@@ -116,7 +116,6 @@ class Deviceinfo(object):
|
||||
continue
|
||||
if len(self.deviceModelList) >= self.maxDeviceCount:
|
||||
continue
|
||||
port = self._alloc_port()
|
||||
try:
|
||||
self.connectDevice(udid) # 内部会 _add_model
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user