mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
stylistic update
This commit is contained in:
@@ -117,7 +117,7 @@ def main():
|
|||||||
content += " - SQL injection not detected\n\n"
|
content += " - SQL injection not detected\n\n"
|
||||||
|
|
||||||
if traceback:
|
if traceback:
|
||||||
content += "### Traceback:\n\n"
|
content += "\n\n### Traceback:\n\n"
|
||||||
content += "%s\n" % str(traceback)
|
content += "%s\n" % str(traceback)
|
||||||
|
|
||||||
content += "#######################################################################\n\n"
|
content += "#######################################################################\n\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user