"examples/vscode:/vscode.git/clone" did not exist on "5fc4b6004e848596d3b8729b9d47e36bdb12ac67"
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
}
log.info(f"searching {query_url}")
log.debug(f"searching {query_url}")
response = requests.get(
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