Update space.py

This commit is contained in:
SpudGunMan
2025-09-09 15:03:37 -07:00
parent 3f891d93d2
commit 92a5fc2ed5
+1 -1
View File
@@ -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: