typo fix
This commit is contained in:
parent
0aaaf6f874
commit
7317499183
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class MailTask(Task):
|
|||
# ...and so on for all possible args
|
||||
|
||||
def execute(self, msg):
|
||||
logger.debug("Eecuting Task!")
|
||||
logger.debug("Executing Mail Task!")
|
||||
|
||||
message = MIMEText(msg)
|
||||
message['Subject'] = msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue