mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
few fixes and minor cosmetics
This commit is contained in:
@@ -7,7 +7,7 @@ Copyright (c) 2006-2011 sqlmap developers (http://www.sqlmap.org/)
|
||||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
from lib.core.datatype import advancedDict
|
||||
from lib.core.datatype import AttribDict
|
||||
|
||||
_defaults = {
|
||||
"timeSec": 5,
|
||||
@@ -25,4 +25,4 @@ _defaults = {
|
||||
"tech": "BEUST"
|
||||
}
|
||||
|
||||
defaults = advancedDict(_defaults)
|
||||
defaults = AttribDict(_defaults)
|
||||
|
||||
Reference in New Issue
Block a user