From 0d19a40ed6588e203ffcdb65f499906c8d7baf4f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 14 Aug 2025 19:47:53 -0700 Subject: [PATCH] Update space.py --- modules/space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/space.py b/modules/space.py index 47eca3e..b6cafc7 100644 --- a/modules/space.py +++ b/modules/space.py @@ -129,7 +129,7 @@ def get_moon(lat=0, lon=0): if illum < 1.0: moon_phase = 'New Moon🌑' elif illum < 49: - moon_phase = 'Waxing Crescent🌒 + moon_phase = 'Waxing Crescent🌒' elif 49 <= illum < 51: moon_phase = 'First Quarter🌓' elif illum < 99: