From 147dfb9008c6a54854dcb2ade01bb18dbcaae9ee Mon Sep 17 00:00:00 2001 From: mskgroup <51709279+mskgroup@users.noreply.github.com> Date: Mon, 23 May 2022 12:18:07 +0800 Subject: [PATCH] Update top500_manual.py --- factory/top500_manual.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/factory/top500_manual.py b/factory/top500_manual.py index f2034a9..cf8052a 100644 --- a/factory/top500_manual.py +++ b/factory/top500_manual.py @@ -5,7 +5,6 @@ 该脚本应当在内网环境中运行 ''' -import pandas as pd import requests import time import threading @@ -25,7 +24,7 @@ with open('top500Domains_new.csv','r') as csvfile: file_domain_in.write(domain_n[1] + '\n') - +# Read top500 domains = [] with open("resultant/top500_manual.list", "r", encoding='utf-8') as f: for domain in f.readlines():