krishnasivaborra commited on
Commit
6edd378
·
verified ·
1 Parent(s): 5f8d324

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import requests
8
  import traceback
9
 
10
  # === CONFIG ===
11
- WEATHER_API_KEY = "your_openweather_api_key" # Replace with a valid OpenWeatherMap API key
12
  SHEET_CREDS_FILE = "google_sheet_credentials.json" # Make sure this file exists in your directory
13
  SHEET_NAME = "LocationLogs"
14
 
 
8
  import traceback
9
 
10
  # === CONFIG ===
11
+ WEATHER_API_KEY = "6e55658a10b85904fe0c3b589a54bf7f" # Replace with a valid OpenWeatherMap API key
12
  SHEET_CREDS_FILE = "google_sheet_credentials.json" # Make sure this file exists in your directory
13
  SHEET_NAME = "LocationLogs"
14