mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-30 14:42:12 +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:
|
||||
|
Reference in New Issue
Block a user