Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: string indices must be integers in function below #27

Open
Tila69 opened this issue Jun 6, 2019 · 1 comment
Open

Error: string indices must be integers in function below #27

Tila69 opened this issue Jun 6, 2019 · 1 comment

Comments

@Tila69
Copy link

Tila69 commented Jun 6, 2019

for post in recent_posts['data']:
    url = post['images']['low_resolution']['url']
    label_image(URL=url)

@Tila69
Copy link
Author

Tila69 commented Jun 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant