Guest User

Untitled

a guest
Jun 2nd, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. for issues in response.json()["issues"]:
  2. p = (issues["fields"]["creator"]["emailAddress"])
  3. rep+=(p[:-8]+"n")
  4. print(rep)
  5.  
  6. This will give me email with duplicates
  7. abc@company.com
  8. abc@company.com
  9. cde@company.com
  10. cde@company.com
  11.  
  12. abc@company.com 2
  13. cde@company.com 2
Add Comment
Please, Sign In to add comment