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

Add: Fleet settings check

- Delete option do_not_use in fleet_2 and fleet_3
- Exit if receive wrong settings
This commit is contained in:
LmeSzinc
2020-06-03 02:39:03 +08:00
parent 07db609ce2
commit 0206a6480d
5 changed files with 13 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class UI(ModuleBase):
logger.hr('UI click')
if appear_button is None:
appear_button = click_button
click_timer = Timer(retry_wait, count=6)
click_timer = Timer(retry_wait, count=retry_wait // 0.5)
while 1:
if skip_first_screenshot:
skip_first_screenshot = False