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

Opt: Renamed method

This commit is contained in:
nEEtdo0d
2021-01-04 19:32:41 -05:00
parent b105cc9450
commit 4af8dc8bab

View File

@@ -92,7 +92,7 @@ class RewardGuild(UI):
"""
return self._view_swipe(distance=SWIPE_DISTANCE)
def _guild_operations_ensure(self):
def _guild_operations_enter_ensure(self):
"""
Specific helper to ensure operation has
been opened. This occurs due to expansion,
@@ -159,7 +159,7 @@ class RewardGuild(UI):
self.device.sleep((0.5, 0.8))
self.device.click(open)
if self._guild_operations_ensure():
if self._guild_operations_enter_ensure():
return 1
else:
return 2