Spaces:
Sleeping
Sleeping
fix
Browse files- app/services/ranking.py +1 -1
app/services/ranking.py
CHANGED
|
@@ -27,7 +27,7 @@ def save_geo_cache():
|
|
| 27 |
|
| 28 |
load_geo_cache()
|
| 29 |
|
| 30 |
-
def geo_coords(city_name: str) -> tuple
|
| 31 |
"""
|
| 32 |
Geocodes a city name to (latitude, longitude).
|
| 33 |
Uses an in-memory cache to avoid repeated API calls.
|
|
|
|
| 27 |
|
| 28 |
load_geo_cache()
|
| 29 |
|
| 30 |
+
def geo_coords(city_name: str) -> tuple:
|
| 31 |
"""
|
| 32 |
Geocodes a city name to (latitude, longitude).
|
| 33 |
Uses an in-memory cache to avoid repeated API calls.
|