Azure Response Modified (#436)

This commit is contained in:
Musab 2021-05-24 07:51:45 +04:00 committed by GitHub
parent 8be580737e
commit 74cf561567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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)"
]
},

View File

@ -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)"
]
},