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

Fix: Redundant code in meow_enter()

This commit is contained in:
LmeSzinc
2022-08-21 21:58:42 +08:00
parent 87430d53e2
commit d68c2b5f7c

View File

@@ -37,7 +37,6 @@ class MeowfficerBase(UI):
else:
self.device.screenshot()
self.appear_then_click(MEOWFFICER_TRAIN_ENTER, offset=(20, 20), interval=5)
# End
if self.appear(check_button, offset=(20, 20)):
break