🐛 165 AutoBuild path

This commit is contained in:
踢低吸 2023-07-10 09:19:41 +00:00
parent 4b8b862b4f
commit 61e707dae0

View File

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