From 74cf56156734c788e9422122cb809cf068f6c1b4 Mon Sep 17 00:00:00 2001 From: Musab Date: Mon, 24 May 2021 07:51:45 +0400 Subject: [PATCH] Azure Response Modified (#436) --- 02_production.ipynb | 4 ++-- clean/02_production.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/02_production.ipynb b/02_production.ipynb index 3df2866..227210c 100644 --- a/02_production.ipynb +++ b/02_production.ipynb @@ -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)" ] }, @@ -2011,4 +2011,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file diff --git a/clean/02_production.ipynb b/clean/02_production.ipynb index fe94237..1360879 100644 --- a/clean/02_production.ipynb +++ b/clean/02_production.ipynb @@ -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)" ] }, @@ -700,4 +700,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file