fixed parsing, replaced non_workin instance_check with todo
This commit is contained in:
parent
137ffc575e
commit
a821f97f98
14 changed files with 63 additions and 36 deletions
|
|
@ -8,8 +8,8 @@ from service import Service
|
|||
|
||||
class PingService(Service):
|
||||
def __init__(self, **kwargs):
|
||||
super(PingService, self).__init__(**kwargs)
|
||||
Service.__init__(self, **kwargs)
|
||||
|
||||
|
||||
def create(self, **kwargs):
|
||||
def create(kwargs):
|
||||
return PingService(**kwargs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue