krrishk22 commited on
Commit
54ce9c0
·
verified ·
1 Parent(s): ac7979e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -164,6 +164,9 @@ def get_holidays(year: int = None) -> str:
164
  "data_language": "HI",
165
  "year": year
166
  }
 
 
 
167
 
168
  try:
169
  response = requests.get("https://api.exaweb.in:3004/api/panchang/holiday", params=params)
 
164
  "data_language": "HI",
165
  "year": year
166
  }
167
+ headers = {
168
+ "api_key": "anvl_bharat_cal123"
169
+ }
170
 
171
  try:
172
  response = requests.get("https://api.exaweb.in:3004/api/panchang/holiday", params=params)