diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-07 06:59:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-07 06:59:47 +0200 |
commit | e3fac27fc24c3a70c194fcbb43914c5a63c51acc (patch) | |
tree | c1a42261bd6f8f962a55a1190dc19d721fadb68b | |
parent | Fix error in days per months table (diff) | |
download | blue-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-x | blue.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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): |