From 92a5fc2ed5cbb70c5ed29423de2b450cfaa53433 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 9 Sep 2025 15:03:37 -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 fa15f70..8dd33dc 100644 --- a/modules/space.py +++ b/modules/space.py @@ -128,7 +128,7 @@ def get_moon(lat=0, lon=0): illum = moon.phase # 0 = new, 50 = first/last quarter, 100 = full if illum < 1.0: - moon_phase = 'New Moon πŸŒ‘' + moon_phase = 'New MoonπŸŒ‘' elif illum < 49: moon_phase = 'Waxing Crescent πŸŒ’' elif 49 <= illum < 51: