fixed returnType of host.getServiceByName
This commit is contained in:
parent
400bfa7d07
commit
0f8fa7ea6c
2 changed files with 7 additions and 4 deletions
|
|
@ -41,7 +41,9 @@ class JobInfo:
|
|||
|
||||
def handleCall(self):
|
||||
self.log.d("handle call")
|
||||
self.log.d([str(s) for s in self.hostServices])
|
||||
self.log.d(self.hostServices)
|
||||
for hs in self.hostServices:
|
||||
log.d(str(hs))
|
||||
|
||||
|
||||
#must find real service command stored in hosts...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue