串起截图和上传

This commit is contained in:
2026-02-10 09:20:12 +08:00
parent ac4d41c70b
commit 2441031bb6
26 changed files with 18384 additions and 18432 deletions

View File

@@ -131,7 +131,10 @@ class DeviceAutomation(object):
logging.info(f"设备 {self.device_id} 登录成功,继续执行更新操作")
time.sleep(1)
# # 执行更新操作
# if not self.download_tabbar_page.download_tabbar_page_manager():
# logging.error(f"设备 {self.device_id} 更新操作执行失败")
# return False
# 获取状态为3的线路。
apis.get_line_info_and_save_global(user_name=global_variable.get_username());