移除没有必要的请求时延

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
@@ -1,4 +1,3 @@
import time
import config
from common import utils
from common.query import Query
@@ -19,7 +18,6 @@ class SpyseAPI(Query):
"""
page_num = 1
while True:
time.sleep(self.delay)
self.header = self.get_header()
self.proxy = self.get_proxy(self.source)
params = {'domain': self.domain,