Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10be39f

Browse files
committed
minor refactoring
1 parent 68e13c3 commit 10be39f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sqlmap.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ def main():
7676

7777
try:
7878
init(cmdLineOptions)
79-
if not conf.profile:
80-
start()
81-
else:
79+
if conf.profile:
8280
profile()
81+
else:
82+
start()
8383
except exceptionsTuple, e:
8484
e = str(e)
8585
logger.error(e)

0 commit comments

Comments
 (0)