Match configlayers update.
This commit is contained in:
parent
86c0530b17
commit
ca94ecce46
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ class YCDLDB(
|
||||||
def load_config(self):
|
def load_config(self):
|
||||||
(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