Skip to content

Commit f585cb5

Browse files
authored
Update Thailand holidays: refactor Royal Ploughing Ceremony code (vacanza#2247)
1 parent 89d9eff commit f585cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

holidays/countries/thailand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def _populate_government_holidays(self):
879879
if 1960 <= self._year <= 2025 and self._year != 1999:
880880
self._add_observed(
881881
# Royal Ploughing Ceremony.
882-
self._add_holiday(tr("วันพืชมงคล"), raeknakhwan_dates.get(self._year, (MAY, 13)))
882+
self._add_holiday(tr("วันพืชมงคล"), raeknakhwan_dates.get(self._year))
883883
)
884884

885885
def _populate_school_holidays(self):

0 commit comments

Comments
 (0)