mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Del: [CN][EN][JP] Disable SOS task
This commit is contained in:
parent
877ce02b95
commit
4767639780
@ -202,6 +202,11 @@ class CampaignSos(CampaignRun, CampaignBase):
|
||||
in: Any page
|
||||
out: page_campaign
|
||||
"""
|
||||
if self.config.SERVER in ['cn', 'en', 'jp']:
|
||||
logger.warning('AL no longer has SOS maps, disable task')
|
||||
self.config.Scheduler_Enable = False
|
||||
self.config.task_stop()
|
||||
|
||||
logger.hr('Campaign SOS', level=1)
|
||||
self.ui_ensure(page_campaign)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user