Match configlayers update.

This commit is contained in:
voussoir 2021-10-01 14:10:36 -07:00
parent 86c0530b17
commit ca94ecce46
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -609,7 +609,7 @@ class YCDLDB(
def load_config(self):
(config, needs_rewrite) = configlayers.load_file(
filepath=self.config_filepath,
defaults=constants.DEFAULT_CONFIGURATION,
default_config=constants.DEFAULT_CONFIGURATION,
)
self.config = config