mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
fix config set not working with constants
This commit is contained in:
parent
2a66bb9a57
commit
67c22b2df0
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ def load_all_config():
|
||||||
|
|
||||||
for config_section in abx.pm.hook.get_CONFIGS().values():
|
for config_section in abx.pm.hook.get_CONFIGS().values():
|
||||||
config_section.__init__()
|
config_section.__init__()
|
||||||
flat_config.update(config_section.model_dump())
|
flat_config.update(dict(config_section))
|
||||||
|
|
||||||
return flat_config
|
return flat_config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue