Update getdata.py

f1
pekwsmcbf 3 years ago
parent 5c922f09ed
commit 1f851d5935

@ -93,3 +93,4 @@ with open("test.csv", "w", encoding='utf-8', newline="") as t:
for row in rows:
writer.writerow(row)
t.close()
#test1
Loading…
Cancel
Save