1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-25 19:25:01 +08:00

Opt: use LoggerUnlock in storage

This commit is contained in:
2025-08-17 14:32:19 +08:00
parent 605db5e05f
commit 921c2f8599
7 changed files with 19 additions and 3 deletions

View File

@@ -161,7 +161,9 @@ class OperationSiren(OSMap):
# Clear tuning samples daily
if self.config.OpsiDaily_UseTuningSample:
self.tuning_sample_use()
self.tuning_sample_use(quit=not self.config.OpsiGeneral_UseLogger)
if self.config.OpsiGeneral_UseLogger:
self.logger_use()
if self.config.OpsiDaily_SkipSirenResearchMission and self.config.SERVER not in ['cn']:
logger.warning(f'OpsiDaily.SkipSirenResearchMission is not supported in {self.config.SERVER}')