Unverified Commit 08443b3c authored by Lyuboslav Petrov's avatar Lyuboslav Petrov Committed by GitHub
Browse files

Revert log level to debug

parent 7e761a69
...@@ -52,7 +52,7 @@ def search_searxng(query_url: str, query: str, count: int, **kwargs) -> List[Sea ...@@ -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( response = requests.get(
query_url, query_url,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment