Open Tila69 opened 5 years ago
for post in recent_posts['data']: url = post['images']['low_resolution']['url'] label_image(URL=url)
Example 3-11: for post in recent_posts['data']: url = post['images']['low_resolution']['url'] label_image(URL=url)
Error in " url = post['images']['low_resolution']['url']": string indices must be integers
for post in recent_posts['data']: url = post['images']['low_resolution']['url'] label_image(URL=url)