mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
移除没有必要的请求时延
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import time
|
||||
|
||||
from common.query import Query
|
||||
|
||||
'''
|
||||
@@ -21,7 +19,6 @@ class VirusTotal(Query):
|
||||
"""
|
||||
next_cursor = ''
|
||||
while True:
|
||||
time.sleep(self.delay)
|
||||
self.header = self.get_header()
|
||||
self.header.update({'Referer': 'https://www.virustotal.com/',
|
||||
'TE': 'Trailers'})
|
||||
|
||||
Reference in New Issue
Block a user