krrishk22 commited on
Commit
88855f3
·
verified ·
1 Parent(s): 667fe61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def get_holidays(year: int = None, app_language: str = "EN", data_language: str
169
  }
170
 
171
  try:
172
- response = requests.get("https://api.exaweb.in:3004/api/panchang/holiday", params=params, headers)
173
  response.raise_for_status()
174
  data = response.json()
175
 
 
169
  }
170
 
171
  try:
172
+ response = requests.get("https://api.exaweb.in:3004/api/panchang/holiday", params=params, headers=headers)
173
  response.raise_for_status()
174
  data = response.json()
175