Searched refs:use_https (Results 1 – 2 of 2) sorted by relevance
47 def _build_privet_url(self, path_fragment, use_https=True): argument58 if use_https:145 url = self._build_privet_url(path_fragment, use_https=True)160 def ping_server(self, use_https=False): argument169 url = self._build_privet_url(URL_PING, use_https=use_https);
26 helper.ping_server(use_https=True)