Add Public IP Search Function #2

Merged
sriramsv merged 3 commits from public-ip-search into master 2022-08-27 01:37:21 -04:00
Showing only changes of commit dcb687c38c - Show all commits

View File

@@ -12,7 +12,6 @@ local red = md_colors.red_500
local ip = "" local ip = ""
function on_search(input) function on_search(input)
if input:lower():find(string.lower("ip")) then if input:lower():find(string.lower("ip")) then
debug:toast(input)
get_ip() get_ip()
end end
end end