yakupadakli / python-unsplash

Python wrapper for the Unsplash API.
MIT License
156 stars 40 forks source link

photo.description always return None #4

Open seliseev opened 6 years ago

seliseev commented 6 years ago

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

result is None

yakupadakli commented 1 year ago

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