mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
Trivial update
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user