From beb133f93f6b5f5f8db3ea71c3c958ad1cc44135 Mon Sep 17 00:00:00 2001 From: Chanran Kim Date: Tue, 2 Jul 2019 15:45:42 +0900 Subject: [PATCH] Update hdays.py --- python/fbprophet/hdays.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fbprophet/hdays.py b/python/fbprophet/hdays.py index 83f37ca..6e332cc 100644 --- a/python/fbprophet/hdays.py +++ b/python/fbprophet/hdays.py @@ -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