From 2298cfd9bbc5d45bca32243a6d54d20a697651ec Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 25 Nov 2015 12:15:36 +0200 Subject: Cleanup --- servo/messaging/sms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'servo/messaging/sms.py') diff --git a/servo/messaging/sms.py b/servo/messaging/sms.py index 7f9535d..352a297 100644 --- a/servo/messaging/sms.py +++ b/servo/messaging/sms.py @@ -166,5 +166,6 @@ class HttpProvider: 'to' : number }) - f = urllib.urlopen("%s?%s" % (conf['sms_http_url'], params), context=_create_unverified_context()) + f = urllib.urlopen("%s?%s" % (conf['sms_http_url'], params), + context=_create_unverified_context()) return f.read() -- cgit v1.2.3