Guest User

Untitled

a guest
Oct 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. try:
  2. vkapi.photos.edit(
  3. photo_id=myphoto_id,
  4. caption=texts
  5. )
  6. except Exception as e:
  7. print(e)
  8. time.sleep(5)
Add Comment
Please, Sign In to add comment