Update getdata.py

master
pekwsmcbf 3 years ago
parent 65cf106b68
commit 05e9541549

@ -92,4 +92,5 @@ with open("test.csv", "w", encoding='utf-8', newline="") as t:
writer.writerow(["", "病例", "开始日期", "结束日期", "时间", "事件"])
for row in rows:
writer.writerow(row)
t.close()
t.close()
#方法
Loading…
Cancel
Save