From 5cff84723324b1fc01ea0962c0412bf7dc6027b4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Jun 2018 20:22:09 +0300 Subject: Change: look up credentials using controller URL (fallback auth url) --- ick2/client.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ick2/client.py') diff --git a/ick2/client.py b/ick2/client.py index 2b1318c..2d54bc8 100644 --- a/ick2/client.py +++ b/ick2/client.py @@ -150,6 +150,9 @@ class ControllerClient: def set_controller_url(self, url): self._url = url + def get_controller_url(self): # pragma: no cover + return self._url + def set_token(self, token): self._api.set_token(token) -- cgit v1.2.1