Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -237,9 +237,7 @@ def get_monthly_festivals(year: Optional[int] = None, month: Optional[str] = Non
|
|
| 237 |
app_language: The language for the application interface (default: "EN").
|
| 238 |
data_language: The language for the festival names (default: "EN").
|
| 239 |
"""
|
| 240 |
-
|
| 241 |
-
if not api_key:
|
| 242 |
-
return "ERROR: [get_monthly_festivals]: API key is not configured."
|
| 243 |
|
| 244 |
if not year:
|
| 245 |
year = datetime.datetime.now().year
|
|
|
|
| 237 |
app_language: The language for the application interface (default: "EN").
|
| 238 |
data_language: The language for the festival names (default: "EN").
|
| 239 |
"""
|
| 240 |
+
|
|
|
|
|
|
|
| 241 |
|
| 242 |
if not year:
|
| 243 |
year = datetime.datetime.now().year
|