mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-20 21:13:06 +08:00
Fix: handle_exp_info signature mismatch causing TypeError in auto_search
This commit is contained in:
@@ -3,8 +3,8 @@ from module.ui.page import page_campaign
|
||||
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
def handle_exp_info(self):
|
||||
def handle_exp_info(self, handle_fail=False):
|
||||
# Random background of Main Chapter 2 hits EXP_INFO_B
|
||||
if self.ui_page_appear(page_campaign):
|
||||
return False
|
||||
return super().handle_exp_info()
|
||||
return super().handle_exp_info(handle_fail=handle_fail)
|
||||
|
||||
Reference in New Issue
Block a user