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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user