You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version of holidays changes a few things.
e.g. pyholidays.CountryHoliday(country_name, years=[start_time.year], prov=province, state=state).keys())
should be
pyholidays.country_holidays(country_name, years=[start_time.year], subdiv=province).keys())
Latest version of holidays changes a few things.
e.g. pyholidays.CountryHoliday(country_name, years=[start_time.year], prov=province, state=state).keys())
should be
pyholidays.country_holidays(country_name, years=[start_time.year], subdiv=province).keys())
https://python-holidays.readthedocs.io/en/latest/api.html
The text was updated successfully, but these errors were encountered: