Remove not useful output

This commit is contained in:
yoshiko2
2022-05-20 19:03:57 +08:00
parent 94ee34046a
commit 417ff137b1
4 changed files with 8 additions and 5 deletions

View File

@@ -96,7 +96,8 @@ def main(number):
url = host + str(search(number))
htmlcode = get_html(url)
except:
print(number)
# print(number)
pass
html = etree.fromstring(htmlcode, etree.HTMLParser())
dic = {
# 标题