mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Fix: set FpyMain a higher priority
to avoid DailyFpSummon run when battle unfinished
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user