mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 15:01:29 +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 True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def handle_popup_single(self, offset=None, name=''):
|
def handle_popup_single(self, name='', offset=None):
|
||||||
if offset is None:
|
if offset is None:
|
||||||
offset = self._popup_offset
|
offset = self._popup_offset
|
||||||
if self.appear(GET_MISSION, offset=offset, interval=2):
|
if self.appear(GET_MISSION, offset=offset, interval=2):
|
||||||
|
|||||||
Reference in New Issue
Block a user