Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def send_ivr_calls(sp_orders, base_url, api_key, extra_data):
  2. for contact in sp_orders:
  3. if len(contact) == 10:
  4. contact = '0'+contact
  5.  
  6. File "views.py", line 43, in calls if len(contact) == 10:
  7. TypeError: object of type 'NoneType' has no len()
  8.  
  9. object of type 'NoneType' has no len()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement