1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Opt: Skip wait_loading at the last dock_filter_set

This commit is contained in:
LmeSzinc
2024-07-03 23:14:26 +08:00
parent c3d20e9366
commit 78600a323d
3 changed files with 15 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ class Setting:
"""
status = self._product_setting_status(**kwargs)
logger.info(f'Setting {self.name} options, {dict_to_kv(kwargs)}')
logger.info(f'Setting options {self.name}, {dict_to_kv(kwargs)}')
skip_first_screenshot = True
retry = Timer(1, count=2)
timeout = Timer(10, count=20).start()