mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 09:22:44 +02:00
add space
same here to stop runaway commands
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user