Fix typo in MoonPhase.status.
This fixes the default shown in the docs, so copy/pasting it into your config won't end up giving you a broken `Waning Crescent` mapping.
This commit is contained in:
parent
c591356fc0
commit
084269cf0d
@ -46,7 +46,7 @@ class MoonPhase(IntervalModule):
|
|||||||
"Full Moon": "FM",
|
"Full Moon": "FM",
|
||||||
"Waning Gibbous": "WanGib",
|
"Waning Gibbous": "WanGib",
|
||||||
"Last Quarter": "LQ",
|
"Last Quarter": "LQ",
|
||||||
"Waning Cresent": "WanCres",
|
"Waning Crescent": "WanCres",
|
||||||
}
|
}
|
||||||
|
|
||||||
color = {
|
color = {
|
||||||
|
Loading…
Reference in New Issue
Block a user