From c00db81f2830b55fc075675c991e4f3a97400a8a Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 21 Dec 2022 05:16:39 +0800 Subject: [PATCH] fix --- utils/HtmlUtils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/HtmlUtils.py b/utils/HtmlUtils.py index f0cc141..83d56a6 100644 --- a/utils/HtmlUtils.py +++ b/utils/HtmlUtils.py @@ -55,7 +55,6 @@ class htmlUtils: try: print(f"请求地址:{curl}") res = s.get(curl,stream=True, headers=cls.headers, timeout=180) - time.sleep(0.3) if type == "bytes": url_text = res if type == "json":