From 55122299771e668ad5cf3fe15d3d84a5a68d1316 Mon Sep 17 00:00:00 2001 From: David Honess Date: Mon, 11 Feb 2019 14:08:41 +0100 Subject: [PATCH] Add missing ssl import line --- doppler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doppler.py b/doppler.py index ca96244..e405608 100644 --- a/doppler.py +++ b/doppler.py @@ -5,6 +5,7 @@ import socket import ephem import time import sys +import ssl C = 300000000.0