添加设备数量限制。修复误杀iproxy逻辑。
This commit is contained in:
@@ -224,6 +224,11 @@ class ScriptManager():
|
||||
self.comment_flow(filePath, session, udid, recomend_cx, recomend_cy)
|
||||
event.wait(timeout=2)
|
||||
|
||||
|
||||
home = AiUtils.findHomeButton(session)
|
||||
if not home:
|
||||
raise Exception("没有找到首页按钮,重置")
|
||||
|
||||
videoTime = random.randint(15, 30)
|
||||
for _ in range(videoTime):
|
||||
if event.is_set():
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user