not-error-fix
All checks were successful
Deploy to core / deploy (push) Successful in 1m34s

This commit is contained in:
Untone 2024-01-29 06:56:34 +03:00
parent 9f9ea93526
commit b9d602eedf

View File

@ -112,7 +112,7 @@ class SearchService:
else: else:
logger.debug('..') logger.debug('..')
except Exception as error: except Exception as error:
logging.error(f' Ошибка поиска: {error}') logging.warning(f' {error}')
def put_mapping(self): def put_mapping(self):
mapping = { mapping = {