Closed How45 closed 1 year ago
When adding a new item to the file it;
Fix this;
in the section (line 173):
file = open(name+".csv","a",newline='')
just had to add
newline=''
Needs blank line in CSV file
When adding a new item to the file it;
Fix this;