mirror of
https://github.com/abc1763613206/myiptv.git
synced 2025-12-17 23:34:35 +08:00
fix: indent
This commit is contained in:
2
main.py
2
main.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user