1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 10:59:24 +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): class FgoConfig(AzurLaneConfig, ConfigUpdater, GeneratedConfig):
SCHEDULER_PRIORITY = """ SCHEDULER_PRIORITY = """
FpyDailyFpSummon FpyMain
> FpyMain > FpyDailyFpSummon
> FpyHeartbeat > FpyHeartbeat
""" """