mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 00:01:46 +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):
|
class FgoConfig(AzurLaneConfig, ConfigUpdater, GeneratedConfig):
|
||||||
SCHEDULER_PRIORITY = """
|
SCHEDULER_PRIORITY = """
|
||||||
FpyDailyFpSummon
|
FpyMain
|
||||||
> FpyMain
|
> FpyDailyFpSummon
|
||||||
> FpyHeartbeat
|
> FpyHeartbeat
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user