aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-07 06:59:47 +0200
committerMattias Andrée <maandree@kth.se>2016-07-07 06:59:47 +0200
commite3fac27fc24c3a70c194fcbb43914c5a63c51acc (patch)
treec1a42261bd6f8f962a55a1190dc19d721fadb68b
parentFix error in days per months table (diff)
downloadblue-e3fac27fc24c3a70c194fcbb43914c5a63c51acc.tar.gz
blue-e3fac27fc24c3a70c194fcbb43914c5a63c51acc.tar.bz2
blue-e3fac27fc24c3a70c194fcbb43914c5a63c51acc.tar.xz
Commits got mixed up, this is: Fix error in days per months table
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rwxr-xr-xblue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/blue.py b/blue.py
index 27d1823..8cf5b66 100755
--- a/blue.py
+++ b/blue.py
@@ -245,7 +245,6 @@ else:
stop_time *= 24 * 60 * 60
stop_time += 24 * 60 * 60
stop_time -= (time.altzone if is_summer else time.timezone)
- print('Z ', time.gmtime(stop_time))
def get_elev(elev, start, morning):