From da6dd0303eaf125c466eeb997844ac7cb6eff838 Mon Sep 17 00:00:00 2001 From: montaniasystemab Date: Tue, 20 Feb 2018 18:30:49 +0100 Subject: [PATCH] Fixed invalid URL --- certbot_glesys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot_glesys.py b/certbot_glesys.py index 9375b4b..6c05ecd 100644 --- a/certbot_glesys.py +++ b/certbot_glesys.py @@ -31,7 +31,7 @@ def split_domain(domain): class GlesysDomainApiClient(object): - base_url = u" https://api.glesys.com/" + base_url = u"https://api.glesys.com/" def __init__(self, username, password): self._client = Session()