Skip to content

Commit 286e7ee

Browse files
committed
minor beautification
1 parent 17e4c6b commit 286e7ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sqlmap.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ def main():
6868
setPaths()
6969
banner()
7070

71-
# Store original command line options for possible later restoration
72-
cmdLineOptions.update(cmdLineParser().__dict__)
73-
7471
dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True)
7572
dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True)
7673

74+
# Store original command line options for possible later restoration
75+
cmdLineOptions.update(cmdLineParser().__dict__)
76+
7777
init(cmdLineOptions)
78+
7879
if conf.profile:
7980
profile()
8081
elif conf.smokeTest:

0 commit comments

Comments
 (0)