Revert accidential change to _read_secret order
This commit is contained in:
parent
75554ef5b4
commit
ec3fd8a790
4 changed files with 7 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue