Match configlayers update.

master
voussoir 2021-10-01 14:09:50 -07:00
parent 3daa0cc733
commit 920a3d6450
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

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