REFACTOR AEMET weather file

This commit is contained in:
Urtzi Alfaro
2025-07-24 16:07:58 +02:00
parent e3cb711206
commit 37dce4886e
8 changed files with 2582 additions and 380 deletions

View File

@@ -114,8 +114,7 @@ async def get_weather_history(
end_date: date = Query(..., description="End date"),
latitude: float = Query(..., description="Latitude"),
longitude: float = Query(..., description="Longitude"),
tenant_id: str = Depends(get_current_tenant_id_dep),
current_user: Dict[str, Any] = Depends(get_current_user_dep),
tenant_id: str = Depends(get_current_tenant_id_dep)
):
"""Get historical weather data"""
try:

File diff suppressed because it is too large Load Diff