From c573a3492b267a6a1814724e651d3828b092ebe2 Mon Sep 17 00:00:00 2001 From: abc1763613206 Date: Mon, 15 Feb 2021 16:03:16 +0800 Subject: [PATCH] fix: indent --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0eb43d5..3649f20 100644 --- a/main.py +++ b/main.py @@ -95,7 +95,7 @@ def main(): headers = next(f_csv) num = 1 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: try: ret = check_channel(row,num)