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

Fix: Inheritance of InfoGuild in Combat introduced

method signature override issues, separate the two
_view_swipe based on their module
This commit is contained in:
nEEtdo0d
2021-01-14 23:39:39 -05:00
parent f6cacf4fde
commit b9a9d46174
3 changed files with 9 additions and 9 deletions

View File

@@ -260,7 +260,7 @@ class GuildOperations(GuildBase):
self._guild_operations_dispatch()
continue
if not self.view_forward():
if not self.guild_view_forward():
break
def _guild_operations_boss_preparation(self, skip_first_screenshot=True):