mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 00:59:21 +00:00
load config into redis on fresh install at startup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user