diff --git a/rsshub/spiders/xinhuanet/utils.py b/rsshub/spiders/xinhuanet/utils.py index 89c1bd0..b0a6446 100644 --- a/rsshub/spiders/xinhuanet/utils.py +++ b/rsshub/spiders/xinhuanet/utils.py @@ -12,5 +12,4 @@ def parse_html(post): .xpath('//div[@id="detail"]') .get() ) - sleep(1) return item \ No newline at end of file