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: