Fixed linter and test for config file

This commit is contained in:
TheNetworkGuy
2025-06-12 11:14:15 +00:00
parent c8fda04ce8
commit 3115eaa04e
2 changed files with 3 additions and 4 deletions

View File

@@ -118,4 +118,4 @@ def load_config_file(config_default, config_file="config.py"):
if hasattr(config_module, key):
dconf[key] = getattr(config_module, key)
return dconf
return config_default
return config_default