mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-29 20:14:08 +00:00
Update hdays.py
This commit is contained in:
parent
995a531bc7
commit
beb133f93f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue