From 920a3d6450f39435a0efbbd0069497317df5e203 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 1 Oct 2021 14:09:50 -0700 Subject: [PATCH] Match configlayers update. --- etiquette/photodb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etiquette/photodb.py b/etiquette/photodb.py index 124b116..5dc952f 100644 --- a/etiquette/photodb.py +++ b/etiquette/photodb.py @@ -2036,7 +2036,7 @@ class PhotoDB( def load_config(self) -> None: (config, needs_rewrite) = configlayers.load_file( filepath=self.config_filepath, - defaults=constants.DEFAULT_CONFIGURATION, + default_config=constants.DEFAULT_CONFIGURATION, ) self.config = config