mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Too fast to click commission list switch
- Fix: Switch clicking at the button of current status
This commit is contained in:
@@ -89,7 +89,7 @@ class Switch:
|
||||
continue
|
||||
|
||||
for data in self.status_list:
|
||||
if data['status'] == current:
|
||||
if data['status'] == status:
|
||||
main.device.click(data['click_button'])
|
||||
main.device.sleep(data['sleep'])
|
||||
changed = True
|
||||
|
||||
Reference in New Issue
Block a user