python-unsplash icon indicating copy to clipboard operation
python-unsplash copied to clipboard

photo.description always return None

Open seliseev opened this issue 7 years ago • 1 comments

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

result is None

seliseev avatar Nov 28 '17 15:11 seliseev

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

yakupadakli avatar Nov 02 '23 13:11 yakupadakli