mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
minor fix
This commit is contained in:
parent
1384b8794f
commit
ae0544d05f
|
@ -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 New Issue
Block a user