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

photo.description always return None #4

Open
seliseev opened this issue Nov 28, 2017 · 1 comment
Open

photo.description always return None #4

seliseev opened this issue Nov 28, 2017 · 1 comment

Comments

@seliseev
Copy link

seliseev commented Nov 28, 2017

photo = api.photo.curated()[1]
print photo.description

result is None

@yakupadakli
Copy link
Owner

Hi,
I checked from photos all and I got the description. The photos that you check might not have description.

Can you check again?

p = api.photo.all()[0]
p.description

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

2 participants