mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
minor update
This commit is contained in:
parent
cf17debf79
commit
c6bf0e43af
3 changed files with 7 additions and 7 deletions
|
|
@ -86,7 +86,7 @@ def main():
|
|||
try:
|
||||
init(cmdLineOptions)
|
||||
if conf.profile:
|
||||
profile()
|
||||
profile()
|
||||
elif conf.smokeTest:
|
||||
smokeTest()
|
||||
elif conf.liveTest:
|
||||
|
|
@ -95,7 +95,7 @@ def main():
|
|||
start()
|
||||
except exceptionsTuple, e:
|
||||
e = getUnicode(e)
|
||||
logger.error(e)
|
||||
logger.critical(e)
|
||||
closeDumper(False, e)
|
||||
|
||||
except KeyboardInterrupt, _:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue