Merge pull request #297 from whitelynx/patch-1

Fix typo in MoonPhase.status.
This commit is contained in:
enkore 2016-01-11 12:38:45 +01:00
commit 5f88b96939

View File

@ -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 = {