Spaces:
Sleeping
Sleeping
Update src/live_data_fetcher.py
Browse files- src/live_data_fetcher.py +1 -1
src/live_data_fetcher.py
CHANGED
|
@@ -17,7 +17,7 @@ class IMDCycloneDataFetcher:
|
|
| 17 |
RSS_URL = "https://mausam.imd.gov.in/imd_latest/contents/dist_nowcast_rss.php"
|
| 18 |
|
| 19 |
# API 4 — District Wise Nowcast (tertiary)
|
| 20 |
-
|
| 21 |
|
| 22 |
# Keep BULLETIN_URLS for any code that references it
|
| 23 |
BULLETIN_URLS = [
|
|
|
|
| 17 |
RSS_URL = "https://mausam.imd.gov.in/imd_latest/contents/dist_nowcast_rss.php"
|
| 18 |
|
| 19 |
# API 4 — District Wise Nowcast (tertiary)
|
| 20 |
+
NOWCAST_URL = "https://mausam.imd.gov.in/api/nowcast_district_api.php"
|
| 21 |
|
| 22 |
# Keep BULLETIN_URLS for any code that references it
|
| 23 |
BULLETIN_URLS = [
|