Update solarconditions.py

This commit is contained in:
SpudGunMan
2024-07-25 09:50:16 -07:00
parent 2549f86a2e
commit 1b758c4749
+1 -1
View File
@@ -78,7 +78,7 @@ def get_sun(lat=0, lon=0):
local_sunset = ephem.localtime(obs.next_setting(sun))
if zuluTime:
sun_table['rise_time'] = local_sunrise.strftime('%a %d %H:%M')
sun_table['set_time'] = local_sunset.strftime('%a %d %H:%M%')
sun_table['set_time'] = local_sunset.strftime('%a %d %H:%M')
else:
sun_table['rise_time'] = local_sunrise.strftime('%a %d %I:%M%p')
sun_table['set_time'] = local_sunset.strftime('%a %d %I:%M%p')