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

removed unused line, realized details check needs to happen in while loop and not just beginning due to swipe and change in ships

This commit is contained in:
nEEtdo0d
2020-08-13 13:31:18 -04:00
parent 3db140275f
commit 25811cf6c9

View File

@@ -153,9 +153,6 @@ class Enhancement(Dock):
in: page_ship_enhance, without info_bar
out: EQUIP_CONFIRM
"""
self.equip_sidebar_ensure(index=4)
self.wait_until_appear(ENHANCE_RECOMMEND, offset=(5, 5), skip_first_screenshot=True)
end_activate_timer = Timer(2, count=2)
attempt_count = 0
next_count = 0