mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Trivial update
This commit is contained in:
parent
4077cd2342
commit
e2c0def5f8
|
@ -1161,7 +1161,7 @@ def dictionaryAttack(attack_dict):
|
|||
warnMsg += "not supported on this platform"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
class Value():
|
||||
class Value(object):
|
||||
pass
|
||||
|
||||
retVal = _queue.Queue()
|
||||
|
|
Loading…
Reference in New Issue
Block a user