From 455fc24f605b4ecb88d8cd84e897d2eaebe19641 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 22 Apr 2018 17:10:35 +0300 Subject: Fix: icktool --no-verify-tls --- 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 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 -- cgit v1.2.1