From 0636ecb4e42027350c4fae3dacf8e76fb0dfd40d Mon Sep 17 00:00:00 2001 From: hornet <88428122+HornetMaidan@users.noreply.github.com> Date: Wed, 17 Apr 2024 03:24:31 +0500 Subject: [PATCH] api token refresh uwu~ --- weather.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weather.sh b/weather.sh index 3a8cecf..db3543f 100755 --- a/weather.sh +++ b/weather.sh @@ -40,8 +40,8 @@ pad_string() { #api requests -api_key="a6c3cfde026d31b995612c6f169203a7" -ipinfo_key="bd1acc5f04e870" +api_key="85eea24f3dd362a3e5dc3a2b051e3452" +ipinfo_key="adc827a697c024" user_ip=$(curl -s https://ifconfig.me/ip) location_info=$(curl -s "https://ipinfo.io/$user_ip?token=$ipinfo_key")