diff --git a/tubearchivist/home/apps.py b/tubearchivist/home/apps.py index bd823c0..d52db7f 100644 --- a/tubearchivist/home/apps.py +++ b/tubearchivist/home/apps.py @@ -28,9 +28,9 @@ class StartupCheck: print("run startup checks") self.es_version_check() self.release_lock() - ElasitIndexWrap().setup() self.sync_redis_state() self.set_redis_conf() + ElasitIndexWrap().setup() self.make_folders() clear_dl_cache(self.config_handler.config) self.snapshot_check()