mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 07:10:44 +08:00
This commit is contained in:
parent
282cb70cf5
commit
36e4b3273d
@ -103,7 +103,7 @@ class Fnv:
|
|||||||
if key not in self.OPTIONAL_KEYS and not getattr(self, key, None)
|
if key not in self.OPTIONAL_KEYS and not getattr(self, key, None)
|
||||||
]
|
]
|
||||||
if missing_keys:
|
if missing_keys:
|
||||||
print(f"{self.plugin_name} 模块缺少必要参数: {', '.join(missing_keys)}")
|
# print(f"{self.plugin_name} 模块缺少必要参数: {', '.join(missing_keys)}")
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user