Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|