🔧 fnv 未激活默认不提示
Some checks failed
Docker Publish / build-and-push (push) Has been cancelled

This commit is contained in:
Cp0204 2025-08-19 18:20:53 +08:00
parent 282cb70cf5
commit 36e4b3273d

View File

@ -103,7 +103,7 @@ class Fnv:
if key not in self.OPTIONAL_KEYS and not getattr(self, key, None)
]
if missing_keys:
print(f"{self.plugin_name} 模块缺少必要参数: {', '.join(missing_keys)}")
# print(f"{self.plugin_name} 模块缺少必要参数: {', '.join(missing_keys)}")
return False
return True