Sichelond
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

(fixes #4 )
This commit is contained in:
Thomas Renger 2024-09-07 17:04:50 +02:00
parent b1a4fedbf6
commit cef8ee775e

View file

@ -76,7 +76,7 @@ def moon_phase_as_text(mday):
if (till_next_full < datetime.timedelta(days=10)): if (till_next_full < datetime.timedelta(days=10)):
return("🌓 Zunehmender Halbmond") return("🌓 Zunehmender Halbmond")
if (till_next_full < datetime.timedelta(days=14)): if (till_next_full < datetime.timedelta(days=14)):
return("🌒 Zunehmender Sichelond") return("🌒 Zunehmender Sichelmond")
if (till_next_full < datetime.timedelta(days=16)): if (till_next_full < datetime.timedelta(days=16)):
return("🌑 Neumond") return("🌑 Neumond")
if (till_next_full < datetime.timedelta(days=20)): if (till_next_full < datetime.timedelta(days=20)):