Fixes #170
This commit is contained in:
@@ -16,6 +16,7 @@ def requester(url, data, headers, GET, delay, timeout):
|
||||
elif core.config.globalVariables['path']:
|
||||
url = converter(data, url)
|
||||
data = []
|
||||
GET, POST = True, False
|
||||
time.sleep(delay)
|
||||
user_agents = ['Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Firefox/60.0',
|
||||
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'
|
||||
|
||||
Reference in New Issue
Block a user