add space

same here to stop runaway commands
This commit is contained in:
SpudGunMan
2025-09-09 15:03:22 -07:00
parent 398c9ddb60
commit 3f891d93d2
+1 -1
View File
@@ -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: