移除没有必要的请求时延

This commit is contained in:
shmilylty
2019-12-17 18:50:36 +08:00
parent 05141046bd
commit 6f4fd16cdb
23 changed files with 0 additions and 49 deletions
-2
View File
@@ -1,4 +1,3 @@
import time
import cloudscraper
from common.query import Query
from config import logger
@@ -16,7 +15,6 @@ class BufferOver(Query):
"""
向接口查询子域并做子域匹配
"""
time.sleep(self.delay)
# 绕过cloudFlare验证
scraper = cloudscraper.create_scraper()
scraper.interpreter = 'js2py'