forked from Ponysearch/Ponysearch
what is result
This commit is contained in:
parent
1bc220f62e
commit
fa917c2675
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ def response(resp):
|
||||||
|
|
||||||
if 'images' in json_data:
|
if 'images' in json_data:
|
||||||
for result in json_data['images']:
|
for result in json_data['images']:
|
||||||
|
logger.debug("result is", result)
|
||||||
logger.debug("query --> %s", result['representations']['thumb'])
|
logger.debug("query --> %s", result['representations']['thumb'])
|
||||||
results.append(
|
results.append(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue