remove sleep in xinhuanet

This commit is contained in:
Zhihai Liao
2023-07-01 22:32:19 +00:00
parent b9b2fe90df
commit b5a20ee96a

View File

@@ -12,5 +12,4 @@ def parse_html(post):
.xpath('//div[@id="detail"]')
.get()
)
sleep(1)
return item