renamed email task to mail because of some name collision in smtplib
This commit is contained in:
parent
bae0e3abce
commit
8be97eb781
6 changed files with 19 additions and 18 deletions
|
|
@ -18,4 +18,7 @@ class Task:
|
|||
return self._taskType
|
||||
|
||||
def some_other_irrelevant_methods(self):
|
||||
pass
|
||||
|
||||
def execute(self, msg):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue