mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +00:00
fix: remove useless code
This commit is contained in:
parent
af71e797db
commit
143f519adb
@ -499,19 +499,6 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
|||||||
self.task_call('DailyQuest')
|
self.task_call('DailyQuest')
|
||||||
self.task_stop()
|
self.task_stop()
|
||||||
|
|
||||||
def update_battle_pass_quests(self):
|
|
||||||
"""
|
|
||||||
Raises:
|
|
||||||
TaskEnd: Call task `BattlePass` and stop current task
|
|
||||||
"""
|
|
||||||
if self.stored.BattlePassTodayQuest.is_expired():
|
|
||||||
if self.stored.BattlePassLevel.is_full():
|
|
||||||
logger.info('BattlePassLevel full, no updates')
|
|
||||||
else:
|
|
||||||
logger.info('BattlePassTodayQuest expired, call task to update')
|
|
||||||
self.task_call('BattlePass')
|
|
||||||
self.task_stop()
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def DEVICE_SCREENSHOT_METHOD(self):
|
def DEVICE_SCREENSHOT_METHOD(self):
|
||||||
return self.Emulator_ScreenshotMethod
|
return self.Emulator_ScreenshotMethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user