Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. response_text = response_text.replace(u"\xef\xbb\xbf", u"")
  2.  
  3. with open(file.csv, 'wb') as csv_file:
  4. csv_file.write(response_text)
  5. csv_file.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement