We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af5afd commit 68b2f8cCopy full SHA for 68b2f8c
1 file changed
skyhook/client.py
@@ -91,7 +91,7 @@ def is_host_online(self):
91
:return: *bool*
92
"""
93
response = self.execute("is_online", {})
94
- return response.get("Success")
+ return response.get(Results.return_value)
95
96
97
def execute(self, command, parameters={}, timeout=0):
0 commit comments