Skip to content

Commit 02853ac

Browse files
committed
Api removed from Weather Forcasting
1 parent d58bd5b commit 02853ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Weather_Forecasting_App/weather_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def display_weather(data):
2424

2525

2626
if __name__ == "__main__":
27-
api_key = "7833e384b09249b94c0fb90339d7dbcc" # Replace with your OpenWeatherMap API key
27+
api_key = "YOUR_API_KEY" # Replace with your OpenWeatherMap API key
2828
city = input("Enter city name: ")
2929
weather_data = get_weather(api_key, city)
3030
display_weather(weather_data)

0 commit comments

Comments
 (0)