mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Redundant template-maa.maa.json config file (#2551)
This commit is contained in:
@@ -97,7 +97,7 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
||||
# Task means the name of the function to run in AzurLaneAutoScript class.
|
||||
self.task: Function
|
||||
# Template config is used for dev tools
|
||||
self.is_template_config = config_name == "template"
|
||||
self.is_template_config = config_name.startswith("template")
|
||||
|
||||
if self.is_template_config:
|
||||
# For dev tools
|
||||
|
||||
Reference in New Issue
Block a user