1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00

fix: return result from full config after result checked

This commit is contained in:
0O0o0oOoO00
2025-09-12 23:00:26 +08:00
parent 1821a8aba9
commit efb9bea743

View File

@@ -14,7 +14,7 @@ class AzurLaneFullConfig(FullGeneratedConfig):
result = deep_get(self.config.data, path)
if result is None:
logger.error(f"Config {path} not found !")
return None
return result
def __setattr__(self, key, value):
if key.find("_") == -1: