mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
minor fix
This commit is contained in:
parent
1384b8794f
commit
ae0544d05f
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def main():
|
|||
|
||||
send_email(msg)
|
||||
else:
|
||||
SUBJECT += "Successful %s" % SUBJECT
|
||||
SUBJECT = "Successful %s" % SUBJECT
|
||||
msg = prepare_email("All test cases were successful\n\n%s" % end_string)
|
||||
send_email(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue