Remove a whitespace tail

This commit is contained in:
Lion Yang 2016-02-23 16:57:06 +08:00
parent 3a94435cce
commit bc6cc4bc1d

View File

@ -861,7 +861,7 @@ def cmdLineParser(argv=None):
if not command:
continue
elif command.lower() == "clear":
clearHistory()
clearHistory()
print "[i] history cleared"
saveHistory(AUTOCOMPLETE_TYPE.SQLMAP)
elif command.lower() in ("x", "q", "exit", "quit"):