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:
parent
bcc5a3227d
commit
427b27c52d
@ -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
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user