fix: indent

This commit is contained in:
abc1763613206
2021-02-15 16:03:16 +08:00
parent e7be9f809a
commit c573a3492b

View File

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