Update hdays.py

This commit is contained in:
Chanran Kim 2019-07-02 15:45:42 +09:00 committed by Ben Letham
parent 995a531bc7
commit beb133f93f

View file

@ -1361,7 +1361,7 @@ class Korea(HolidayBase):
# New Year's Day by the Lunar
name = "New Year's Day by the Lunar"
for offset in range(-1, 2, 1):
for offset in range(-1, 2, 1):
ds = LunarDate(year + offset, 1, 1).toSolarDate()
if ds.year == year:
self[ds] = name