From 142e2ba5b01a306176c8bd7290254a48dcd2759c Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 17 Apr 2017 10:00:20 +0200 Subject: [PATCH] Fixing typo Removed double-c from conn-string --- plugins/Sms77/Sms77.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sms77/Sms77.py b/plugins/Sms77/Sms77.py index 51ce7b5..9985873 100644 --- a/plugins/Sms77/Sms77.py +++ b/plugins/Sms77/Sms77.py @@ -80,7 +80,7 @@ def run(typ,freq,data): # logging.debug("send Sms77 %s", typ) - cconn = httplib.HTTPSConnection("gateway.sms77.io",443) + conn = httplib.HTTPSConnection("gateway.sms77.io",443) conn.request("POST", "/api/sms", urllib.urlencode({ "u": globalVars.config.get("Sms77", "user"),