mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-07-01 07:00:15 +02: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