diff --git a/neofetch b/neofetch index d46e0083..1a950f73 100755 --- a/neofetch +++ b/neofetch @@ -1748,8 +1748,6 @@ get_public_ip() { if [[ -z "$public_ip" ]] && type -p wget >/dev/null; then public_ip="$(wget -T 10 -qO- "$public_ip_host")" fi - - cache "public_ip" "$public_ip" } get_users() {