mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor refactoring
This commit is contained in:
parent
68e13c3872
commit
10be39fc99
1 changed files with 3 additions and 3 deletions
|
|
@ -76,10 +76,10 @@ def main():
|
|||
|
||||
try:
|
||||
init(cmdLineOptions)
|
||||
if not conf.profile:
|
||||
start()
|
||||
else:
|
||||
if conf.profile:
|
||||
profile()
|
||||
else:
|
||||
start()
|
||||
except exceptionsTuple, e:
|
||||
e = str(e)
|
||||
logger.error(e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue