mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix startup migration error missing enable_snapshot var
This commit is contained in:
parent
0b2b8aacef
commit
b751ae183a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user