mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Fixing typo
Removed double-c from conn-string
This commit is contained in:
parent
08c671cd09
commit
142e2ba5b0
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue