Skip to content

Commit

Permalink
Merge pull request BinaryDefense#24 from BinaryDefense/master
Browse files Browse the repository at this point in the history
update to latest
  • Loading branch information
russhaun authored Jan 16, 2020
2 parents bb7a15d + bdc2386 commit fae59e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ def mail(to, subject, text):

except Exception as err:
write_log("Error, Artillery was unable to log into the mail server %s:%d" % (
grab_time(), smtp_address, smtp_port),2)
smtp_address, smtp_port),2)
emsg = traceback.format_exc()
write_log("Error: " + str(err),2)
write_log(" %s" % emsg,2)
Expand Down

0 comments on commit fae59e0

Please sign in to comment.