Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 3, 2024
1 parent bf276e6 commit c5a17da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ ${filtered_count:-0},${total_whitelisted_count},${dead_count:-0},${redundant_cou
${parked_count:-0},${toplist_count:-0},$(printf "%s" "$domains_in_toplist" | tr '\n' ' '),\
${query_count:-0},${rate_limited:-false},no" >> "$SOURCE_LOG"

printf "\n\e[1mSource:\e[0m %s\n" "${item:-$source}"
printf "\n\e[1mSource: %s\e[0m\n" "${item:-$source}"
printf "Raw:%4s Final:%4s Whitelisted:%4s Excluded:%4s Toplist:%4s\n" \
"${unfiltered_count:-0}" "${filtered_count:-0}" \
"$total_whitelisted_count" "$excluded_count" "${toplist_count:-0}"
Expand Down

0 comments on commit c5a17da

Please sign in to comment.