1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: set FpyMain a higher priority

to avoid DailyFpSummon run when battle unfinished
This commit is contained in:
hgjazhgj 2023-05-28 00:34:39 +08:00
parent bcc5a3227d
commit 427b27c52d

View File

@ -10,8 +10,8 @@ from submodule.AlasFpyBridge.module.config.config_updater import ConfigUpdater
class FgoConfig(AzurLaneConfig, ConfigUpdater, GeneratedConfig):
SCHEDULER_PRIORITY = """
FpyDailyFpSummon
> FpyMain
FpyMain
> FpyDailyFpSummon
> FpyHeartbeat
"""