mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Upd(config): 注释掉不必要的日志记录以减少输出
This commit is contained in:
parent
38c493cbb3
commit
bac464fc49
@ -74,7 +74,7 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
||||
super().__setattr__(key, value)
|
||||
|
||||
def __init__(self, config_name, task=None):
|
||||
logger.attr("Server", self.SERVER)
|
||||
# logger.attr("Server", self.SERVER)
|
||||
# This will read ./config/<config_name>.json
|
||||
self.config_name = config_name
|
||||
# Raw json data in yaml file.
|
||||
@ -159,7 +159,7 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
||||
func_list.insert(0, "Alas")
|
||||
if "General" not in func_list:
|
||||
func_list.insert(0, "General")
|
||||
logger.info(f"Bind task {func_list}")
|
||||
# logger.info(f"Bind task {func_list}")
|
||||
|
||||
# Bind arguments
|
||||
visited = set()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user