just some cleanups and ideas in hanez.json
This commit is contained in:
parent
12040d0484
commit
8103e33299
4 changed files with 12 additions and 14 deletions
|
|
@ -14,7 +14,7 @@ class SmsTask(Task):
|
|||
self.set_task_type(kwargs["type"])
|
||||
self.recipient = kwargs["args"]["rcpt"]
|
||||
|
||||
def execute_task(self, msg):
|
||||
def execute(self, msg):
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue