mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: handle_popup_single() call in guild operations
This commit is contained in:
parent
b161f14532
commit
13e653bfaa
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user