mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor refactoring
This commit is contained in:
@@ -399,7 +399,7 @@ def start():
|
||||
if skip:
|
||||
continue
|
||||
|
||||
if not conf.paramDict.has_key(place):
|
||||
if place not in conf.paramDict:
|
||||
continue
|
||||
|
||||
paramDict = conf.paramDict[place]
|
||||
|
||||
Reference in New Issue
Block a user