mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 04:19:27 +00:00
fix startup migration error missing enable_snapshot var
This commit is contained in:
@@ -85,8 +85,8 @@ class StartupCheck:
|
||||
|
||||
def snapshot_check(self):
|
||||
"""setup snapshot config, create if needed"""
|
||||
active = self.config_handler.config["application"]["enable_snapshot"]
|
||||
if not active:
|
||||
app = self.config_handler.config["application"]
|
||||
if not app.get("enable_snapshot"):
|
||||
return
|
||||
|
||||
ElasticSnapshot().setup()
|
||||
|
||||
Reference in New Issue
Block a user