fixed parsing, replaced non_workin instance_check with todo
This commit is contained in:
parent
713de159e7
commit
0b34a14d53
14 changed files with 63 additions and 36 deletions
|
|
@ -18,5 +18,6 @@ class XmppTask(Task):
|
|||
pass
|
||||
|
||||
|
||||
def creator(**taskDict):
|
||||
|
||||
def creator(taskDict):
|
||||
return XmppTask(taskDict)
|
||||
Loading…
Add table
Add a link
Reference in a new issue