Auto-update: Tue Aug 6 23:33:08 PDT 2024

This commit is contained in:
sanj 2024-08-06 23:33:08 -07:00
parent 6ec5102f4c
commit 961bdfc530

View file

@ -279,7 +279,7 @@ async def store_weather_to_db(date_time: dt_datetime, weather_data: dict):
return "FAILURE"
async def get_weather_from_db(date_time: dt_datetime, latitude: float, longitude: float):
async def get_weather_from_db(date_time: dt_datetime, latitude: float, longitude: float):
debug(f"Using {date_time.strftime('%Y-%m-%d %H:%M:%S')} as our datetime in get_weather_from_db.")
query_date = date_time.date()
try: