This commit is contained in:
caiwx86 2022-12-08 07:40:27 +08:00
parent 378dd2829b
commit 2c832f4e0a

View File

@ -44,7 +44,7 @@ class htmlUtils:
else:
print(f"fail 请求失败:{curl}")
break
if not type == "bytes":
if type == "None":
data = { curl : url_text}
cls.url_data.update(data)
return url_text