From af6ea2a512d63aa48d7267ee39899cd25d80d0c0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 14 Aug 2025 19:41:12 -0700 Subject: [PATCH] Update space.py --- modules/space.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/space.py b/modules/space.py index f996a86..29dad85 100644 --- a/modules/space.py +++ b/modules/space.py @@ -112,7 +112,6 @@ def get_sun(lat=0, lon=0): def get_moon(lat=0, lon=0): # get moon phase and rise/set times using callers location or default - # the phase calculation mght not be accurate (followup later) obs = ephem.Observer() moon = ephem.Moon() if lat != 0 and lon != 0: