Revert log level to debug

This commit is contained in:
Lyuboslav Petrov 2024-06-03 12:48:40 +03:00 committed by GitHub
parent 7e761a69a7
commit 08443b3c55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def search_searxng(query_url: str, query: str, count: int, **kwargs) -> List[Sea
}
log.info(f"searching {query_url}")
log.debug(f"searching {query_url}")
response = requests.get(
query_url,