Open seliseev opened 6 years ago
photo = api.photo.curated()[1] print photo.description
photo = api.photo.curated()[1]
print photo.description
result is None
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
photo = api.photo.curated()[1]
print photo.description
result is None