From 24cbba0746f7e37130bdb1f2a32c296ff3495a3c Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 29 Feb 2024 13:43:41 +0300 Subject: [PATCH] search-reindex-fix --- services/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/search.py b/services/search.py index 0474047f..9acd274c 100644 --- a/services/search.py +++ b/services/search.py @@ -134,7 +134,7 @@ class SearchService: finally: self.lock.release() else: - logger.debug(' ..') + logger.debug(' cant reindex at the moment') def index(self, shout): if self.client: