Guest User

Untitled

a guest
Dec 10th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 183839
  2.  
  3. 283923
  4.  
  5. 232325
  6.  
  7. 232322
  8.  
  9. query = 'status=new|old'
  10. for requests in Iterator(api_client(query=query)):
  11. try:
  12. reqs= str(requests)
  13. while reqs != None:
  14. function1()
  15. function2()
  16. except:
  17. pass
Add Comment
Please, Sign In to add comment