Python formatting and test update
This commit is contained in:
parent
83ee5a756f
commit
98ed03b6b4
4 changed files with 8 additions and 24 deletions
|
@ -46,7 +46,9 @@ async def get_results(session, url, min_confidence, query, connector):
|
|||
|
||||
return {
|
||||
"connector": connector,
|
||||
"results": connector.process_search_response(query, raw_data, min_confidence),
|
||||
"results": connector.process_search_response(
|
||||
query, raw_data, min_confidence
|
||||
),
|
||||
}
|
||||
except asyncio.TimeoutError:
|
||||
logger.info("Connection timed out for url: %s", url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue