Skip to content

Commit

Permalink
Update business_day.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcunningto committed May 13, 2023
1 parent f462fd1 commit 36228c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imsholcal/business_day.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@


def exch_hols(n, country):

# Clear cache
requests_cache.clear()
url = 'https://raw.githubusercontent.com/mcunningto/imsholcal/main/exchange_holidays.csv'
response = requests.get(url)
holidays_df = pd.read_csv(io.StringIO(response.text))
Expand Down

0 comments on commit 36228c4

Please sign in to comment.