aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/leapsec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/leapsec.py b/src/plugins/leapsec.py
index 430cd96..3e2d8e3 100644
--- a/src/plugins/leapsec.py
+++ b/src/plugins/leapsec.py
@@ -49,7 +49,7 @@ class LeapSeconds:
Constructor
'''
#url = 'http://maia.usno.navy.mil/ser7/leapsec.dat'
- url = 'http://oceandata.sci.gsfc.nasa.gov/Ancillary/LUTs/modis/leapsec.dat'
+ url = 'https://oceandata.sci.gsfc.nasa.gov/Ancillary/LUTs/modis/leapsec.dat'
announcements = spawn_read('curl', url)
while not announcements.startswith(' '):
announcements = '\n'.join(announcements.split('\n')[1:])