This commit is contained in:
Johannes Findeisen 2013-11-11 04:55:49 +01:00
commit 7317499183

View file

@ -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