This commit is contained in:
parent
d52c1c7554
commit
7f3524949c
@ -79,8 +79,6 @@ class RemotePairList(IPairList):
|
|||||||
content_type = response.headers.get('content-type')
|
content_type = response.headers.get('content-type')
|
||||||
time_elapsed = response.elapsed.total_seconds()
|
time_elapsed = response.elapsed.total_seconds()
|
||||||
|
|
||||||
print(response)
|
|
||||||
|
|
||||||
if "application/json" in str(content_type):
|
if "application/json" in str(content_type):
|
||||||
jsonparse = response.json()
|
jsonparse = response.json()
|
||||||
pairlist = jsonparse['pairs']
|
pairlist = jsonparse['pairs']
|
||||||
|
Loading…
Reference in New Issue
Block a user