1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +02:00

fix: print message when adding record

This commit is contained in:
aclist 2024-01-31 19:11:12 +09:00
parent 2d95b760d4
commit 9db99ccbd8
2 changed files with 2 additions and 1 deletions

View file

@ -539,7 +539,7 @@ fetch_helpers_by_sum(){
["ui.py"]="ff5b691c3fc7d95c8f939c36c6c52f1d"
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="b2fd8cf2796e8511565b00593708cf40"
["funcs"]="8efaeb3cbcf18609689bd5936b985183"
)
local author="aclist"
local repo="dztui"

View file

@ -737,6 +737,7 @@ add_to_favs(){
ip_list+=("$record")
update_config
logger INFO "Added the record $record to saved servers"
printf "Added %s to saved servers" $record
return 90
}
remove_from_history(){