Match configlayers update.
This commit is contained in:
parent
3daa0cc733
commit
920a3d6450
1 changed files with 1 additions and 1 deletions
|
@ -2036,7 +2036,7 @@ class PhotoDB(
|
||||||
def load_config(self) -> None:
|
def load_config(self) -> None:
|
||||||
(config, needs_rewrite) = configlayers.load_file(
|
(config, needs_rewrite) = configlayers.load_file(
|
||||||
filepath=self.config_filepath,
|
filepath=self.config_filepath,
|
||||||
defaults=constants.DEFAULT_CONFIGURATION,
|
default_config=constants.DEFAULT_CONFIGURATION,
|
||||||
)
|
)
|
||||||
self.config = config
|
self.config = config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue