mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Potential fix for code scanning alert no. 32: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
082a8c0d93
commit
d885ab3395
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ async def get_weather_data(location: str, days: int = 1):
|
|||
weather_data = await get_live_weather(latitude, longitude, days)
|
||||
|
||||
if not weather_data:
|
||||
logger.warning(f"Could not fetch weather data for {location_name}")
|
||||
logger.warning("Could not fetch weather data for requested location")
|
||||
return {
|
||||
"location": location_name,
|
||||
"forecast": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue