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

Fix: handle_popup_single() call in guild operations

This commit is contained in:
LmeSzinc
2022-09-30 22:51:36 +08:00
parent b161f14532
commit 13e653bfaa

View File

@@ -91,7 +91,7 @@ class InfoHandler(ModuleBase):
return True
return False
def handle_popup_single(self, offset=None, name=''):
def handle_popup_single(self, name='', offset=None):
if offset is None:
offset = self._popup_offset
if self.appear(GET_MISSION, offset=offset, interval=2):