diff options
author | Mattias Andrée <maandree@kth.se> | 2016-06-08 22:39:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-06-08 22:39:39 +0200 |
commit | f6a829ead456841901cf1a5d49d19839f69bdec3 (patch) | |
tree | e8d8a2ffa2b8e27f71ce2c9907c33285e580523b /src/plugins/leapsec.py | |
parent | update see also section (diff) | |
download | xpybar-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>
Diffstat (limited to 'src/plugins/leapsec.py')
-rw-r--r-- | src/plugins/leapsec.py | 2 |
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(' '): |