summaryrefslogtreecommitdiff
path: root/ick2/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/client.py')
-rw-r--r--ick2/client.py3
1 files changed, 3 insertions, 0 deletions
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)