mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor refactoring
This commit is contained in:
parent
3f4186ce2c
commit
805120ac52
4 changed files with 5 additions and 5 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue