summaryrefslogtreecommitdiff
path: root/weather.sh
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-11-02 08:34:59 -0400
committerluxagraf <sng@luxagraf.net>2023-11-02 08:34:59 -0400
commit39a390ba2610bd1a0bba0876084948d67ef159d4 (patch)
tree3b6c72c3ab8d2b920cbd5312304d2c545d48076e /weather.sh
parentab987e10f154f5536bb8fd936ae0966e909fa969 (diff)
added my dev launcher, vpn script and updated weather script
Diffstat (limited to 'weather.sh')
-rwxr-xr-xweather.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather.sh b/weather.sh
index 967a085..f23deba 100755
--- a/weather.sh
+++ b/weather.sh
@@ -10,7 +10,7 @@
API_KEY="addb94619729b6651f54d5c9984a45d4"
# Check on http://openweathermap.org/find :
-CITY_ID="4177908"
+CITY_ID="5277856"
# Select applicable temperature symbol "˚C" or "˚F" :
SYMBOL_CELSIUS="˚F"