mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-18 20:01:05 +00:00
Revert accidential change to _read_secret order
This commit is contained in:
@@ -54,7 +54,6 @@ with scandir(_CONFIG_DIR) as it:
|
||||
continue
|
||||
|
||||
module_name = f"{_MODULE}.{f.name[:-len('.py')]}".replace(".", "_")
|
||||
|
||||
_import(module_name, f.path)
|
||||
|
||||
if len(_loaded_configurations) == 0:
|
||||
|
||||
@@ -54,7 +54,6 @@ with scandir(_CONFIG_DIR) as it:
|
||||
continue
|
||||
|
||||
module_name = f"{_MODULE}.{f.name[:-len('.py')]}".replace(".", "_")
|
||||
|
||||
_import(module_name, f.path)
|
||||
|
||||
if len(_loaded_configurations) == 0:
|
||||
|
||||
Reference in New Issue
Block a user