just some cleanups and ideas in hanez.json

This commit is contained in:
Johannes Findeisen 2013-09-19 21:12:03 +02:00
commit 134bdf39a4
4 changed files with 12 additions and 14 deletions

View file

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