mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Fixed minor bug with --eta
This commit is contained in:
parent
e5a01d500e
commit
3b9303186e
|
@ -73,7 +73,7 @@ def bisection(payload, expression, length=None, charsetType=None):
|
|||
if length == 0:
|
||||
return 0, ""
|
||||
|
||||
showEta = conf.eta and length
|
||||
showEta = conf.eta and isinstance(length, int)
|
||||
numThreads = min(conf.threads, length)
|
||||
threads = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user