Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import requests
|
|
| 8 |
import traceback
|
| 9 |
|
| 10 |
# === CONFIG ===
|
| 11 |
-
WEATHER_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 |
|