Dear @NeerSighted, please test your 'fixes' before committing. Love, Luke
This commit is contained in:
parent
a9927eca90
commit
005bc0457e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def googleimage(inp):
|
|||
if not parsed['responseData']['results']:
|
||||
return 'no images found'
|
||||
return random.choice(parsed['responseData']['results'][:10])\
|
||||
+ ['unescapedUrl']
|
||||
['unescapedUrl']
|
||||
|
||||
|
||||
@hook.command('search')
|
||||
|
|
Reference in a new issue