Chikeka commited on
Commit
cf19f84
·
verified ·
1 Parent(s): 32d4d45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_weather_forecast(city: str, country_code: str = "") -> str:
18
  try:
19
  # OpenWeatherMap API endpoint and parameters
20
  # Note: In a real application, you should store API keys securely
21
- API_KEY = "YOUR_OPENWEATHERMAP_API_KEY" # Replace with your actual API key
22
  base_url = "https://api.openweathermap.org/data/2.5/weather"
23
 
24
  # Build location string based on inputs
 
18
  try:
19
  # OpenWeatherMap API endpoint and parameters
20
  # Note: In a real application, you should store API keys securely
21
+ API_KEY = "38bbdad215b3c4e377d21b42cc79dd88" # Replace with your actual API key
22
  base_url = "https://api.openweathermap.org/data/2.5/weather"
23
 
24
  # Build location string based on inputs