Azure Response Modified (#436)
This commit is contained in:
parent
8be580737e
commit
74cf561567
@ -367,7 +367,7 @@
|
||||
],
|
||||
"source": [
|
||||
"results = search_images_bing(key, 'grizzly bear')\n",
|
||||
"ims = results.attrgot('content_url')\n",
|
||||
"ims = results.attrgot('contentUrl')\n",
|
||||
"len(ims)"
|
||||
]
|
||||
},
|
||||
|
||||
@ -140,7 +140,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"results = search_images_bing(key, 'grizzly bear')\n",
|
||||
"ims = results.attrgot('content_url')\n",
|
||||
"ims = results.attrgot('contentUrl')\n",
|
||||
"len(ims)"
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user