aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-06-08 22:39:39 +0200
committerMattias Andrée <maandree@kth.se>2016-06-08 22:39:39 +0200
commitf6a829ead456841901cf1a5d49d19839f69bdec3 (patch)
treee8d8a2ffa2b8e27f71ce2c9907c33285e580523b
parentupdate see also section (diff)
downloadxpybar-f6a829ead456841901cf1a5d49d19839f69bdec3.tar.gz
xpybar-f6a829ead456841901cf1a5d49d19839f69bdec3.tar.bz2
xpybar-f6a829ead456841901cf1a5d49d19839f69bdec3.tar.xz
a leap second announcment source is online once again
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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 93161b9..8af0404 100644
--- a/src/plugins/leapsec.py
+++ b/src/plugins/leapsec.py
@@ -48,7 +48,7 @@ class LeapSeconds:
'''
Constructor
'''
- #url = 'http://maia.usno.navy.mil/ser7/leapsec.dat' ## gone!
+ #url = 'http://maia.usno.navy.mil/ser7/leapsec.dat'
url = 'http://oceandata.sci.gsfc.nasa.gov/Ancillary/LUTs/modis/leapsec.dat'
announcements = spawn_read('curl', url)
while not announcements.startswith(' '):