Skip to content

Commit

Permalink
Merge pull request #77 from BBVA/develop
Browse files Browse the repository at this point in the history
fix read the docs
  • Loading branch information
Sergiodfdez committed Feb 6, 2018
2 parents 9151a4a + 8c3b768 commit bfc12a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeptracy/notifications/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def send_mail(email_to: str, subject: str, content: str):
email_from = "deeptracy.bbvalabs@gmail.com"
username = "deeptracy.bbvalabs@gmail.com"
password = "TzharPlquTS6zxe0"
preamble: str = ""
preamble = ""

log.info('notify to Email -> {}, the text -> {}'.format(email_to, content))

Expand Down

0 comments on commit bfc12a5

Please sign in to comment.