From 3f6944f9ad5217ad3573be152c38700999530905 Mon Sep 17 00:00:00 2001 From: Johnshall Date: Sun, 5 Dec 2021 17:00:47 +0800 Subject: [PATCH] Fix top50.py --- factory/top50.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory/top50.py b/factory/top50.py index 904edec..ad83f09 100644 --- a/factory/top50.py +++ b/factory/top50.py @@ -94,7 +94,7 @@ for url in r.text.split("\n")[:-1]: # write files file_proxy = open('resultant/top50_proxy.list', 'w', encoding='utf-8') -file_direct = open('resultant/top50_direct.list', 'w', encoding='utf-8') +file_direct = open('resultant/top50_direct_with_Apple.list', 'w', encoding='utf-8') now_time = time.strftime("%Y-%m-%d %H:%M:%S") file_proxy.write('# top50 proxy list update time: ' + now_time + '\n')