rm column "Description"

This commit is contained in:
abc1763613206
2021-08-28 01:39:50 +08:00
parent 6ed661de63
commit 763b9bf0d3
3 changed files with 3847 additions and 3847 deletions

View File

@@ -129,7 +129,7 @@ def main():
headers = next(f_csv)
num = 1
with open('data{}.csv'.format(fulltimes), 'a+') as f0: # 写入检测后新data
print('Channel,Group,Source,Link,Description', file=f0)
print('Channel,Group,Source,Link', file=f0)
for row in f_csv:
try:
if row[3] in uniqueList: