load config into redis on fresh install at startup

This commit is contained in:
simon 2022-07-21 23:01:01 +07:00
parent 88b412a2e9
commit eb229440d4
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ class AppConfig:
# check for customizations
if not redis_config:
config = self.get_config()
RedisArchivist().set_message("config", config)
return
needs_update = False