summaryrefslogtreecommitdiff
path: root/ick2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-22 17:10:35 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-22 17:10:35 +0300
commit455fc24f605b4ecb88d8cd84e897d2eaebe19641 (patch)
tree39d8d7a0ddd30bc10eb1f439e8e174ef5bcea1f0 /ick2
parentac29df9a56ef6ce920e31070ac209cf2d4865d57 (diff)
downloadick2-455fc24f605b4ecb88d8cd84e897d2eaebe19641.tar.gz
Fix: icktool --no-verify-tls
Diffstat (limited to 'ick2')
-rw-r--r--ick2/client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ick2/client.py b/ick2/client.py
index 7d0af57..3c0c7ec 100644
--- a/ick2/client.py
+++ b/ick2/client.py
@@ -140,6 +140,9 @@ class ControllerClient:
def set_http_api(self, api):
self._api = api
+ def get_http_api(self):
+ return self._api
+
def set_controller_url(self, url):
self._url = url