mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: capitalize TODO for syntax highlighting
This commit is contained in:
parent
239a82876e
commit
cbc131028f
2
dzgui.sh
2
dzgui.sh
@ -518,7 +518,7 @@ local_latlon(){
|
||||
fi
|
||||
local local_ip=$(curl -Ls "$url_ipecho")
|
||||
else
|
||||
# todo : implement checking remote
|
||||
# TODO : implement checking remote
|
||||
local local_ip=$(dig -4 +short myip.opendns.com @resolver1.opendns.com)
|
||||
fi
|
||||
local url_ip_api="http://ip-api.com/json/$local_ip"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user