From eb229440d46f10037f1b33b30716b1097d1a4d08 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 21 Jul 2022 23:01:01 +0700 Subject: [PATCH] load config into redis on fresh install at startup --- tubearchivist/home/src/ta/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tubearchivist/home/src/ta/config.py b/tubearchivist/home/src/ta/config.py index a9642887..f25c9e61 100644 --- a/tubearchivist/home/src/ta/config.py +++ b/tubearchivist/home/src/ta/config.py @@ -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