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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user