Revert accidential change to _read_secret order

This commit is contained in:
Christian Mäder 2020-10-20 21:36:40 +02:00
parent 75554ef5b4
commit ec3fd8a790
4 changed files with 7 additions and 9 deletions

View file

@ -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:

View file

@ -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: