mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Trivial update
This commit is contained in:
parent
4077cd2342
commit
e2c0def5f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1161,7 +1161,7 @@ def dictionaryAttack(attack_dict):
|
||||||
warnMsg += "not supported on this platform"
|
warnMsg += "not supported on this platform"
|
||||||
singleTimeWarnMessage(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
class Value():
|
class Value(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
retVal = _queue.Queue()
|
retVal = _queue.Queue()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue