From 61e707dae0f496c66b59375eac927bd73874c806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Mon, 10 Jul 2023 09:19:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20165=20AutoBuild=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoBuild/tw_165.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoBuild/tw_165.py b/AutoBuild/tw_165.py index 09d51de..1bace83 100644 --- a/AutoBuild/tw_165.py +++ b/AutoBuild/tw_165.py @@ -46,7 +46,7 @@ def main(): r = fetchdata(csvurl) domains.update(dict.fromkeys( [ - x.split(',')[1] + urlparse('http://'+x.split(',')[1]).hostname for x in r.text.splitlines()[2:] ] ))