Open balandongiv opened 5 years ago
For this error,
Change the script line 18
with open(filename, 'wb') as csvfile: to with open(filename, 'w') as csvfile:
with open(filename, 'wb') as csvfile:
with open(filename, 'w') as csvfile:
Ref Ref 1
For this error,
Change the script line 18
with open(filename, 'wb') as csvfile:
towith open(filename, 'w') as csvfile:
Ref Ref 1