From 3f891d93d2970757e07c13730b42f51bdfce3371 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 9 Sep 2025 15:03:22 -0700 Subject: [PATCH] add space same here to stop runaway commands --- modules/space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/space.py b/modules/space.py index c9e4a30..fa15f70 100644 --- a/modules/space.py +++ b/modules/space.py @@ -136,7 +136,7 @@ def get_moon(lat=0, lon=0): elif illum < 99: moon_phase = 'Waxing Gibbous πŸŒ”' elif illum >= 99: - moon_phase = 'Full Moon πŸŒ•' + moon_phase = 'Full MoonπŸŒ•' elif illum > 51: moon_phase = 'Waning Gibbous πŸŒ–' elif 51 >= illum > 49: