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:] ] ))