mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-20 23:21:55 +01:00
leftover
This commit is contained in:
parent
bd1ea13b8d
commit
b63144d90b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def send_email(msg):
|
|||
print "Failure to send email: %s" % str(e)
|
||||
|
||||
def failure_email(msg):
|
||||
msg = prepare_email()
|
||||
msg = prepare_email(msg)
|
||||
send_email(msg)
|
||||
sys.exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue