Merge e1546a1ec3 into f693871c58
This commit is contained in:
commit
5140ef940e
|
|
@ -79,4 +79,4 @@ class JSONTokenApi(BaseTokenAPI):
|
|||
# should go
|
||||
|
||||
def process_result(self, resp):
|
||||
return (resp.json['host'], resp.json['port'])
|
||||
return (str(resp.json()['host']), str(resp.json()['port']))
|
||||
|
|
|
|||
Loading…
Reference in New Issue