mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-12-18 11:22:22 -06:00
Fixed linter and test for config file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user