Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent c675dad commit 1199e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ log_source() {

echo "${TIME_FORMAT},${source},${search_term},${unfiltered_count:-0},\
${filtered_count:-0},${total_whitelisted_count},${dead_count:-0},${redundant_count},\
${parked_count:-0},${toplist_count:-0},$(tr '\n' ' ' <<< "$domains_in_toplist"),\
${query_count:-0},${rate_limited:-false}" >> "$SOURCE_LOG"
${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 "Raw:%4s Final:%4s Whitelisted:%4s Excluded:%4s Toplist:%4s\n" \
Expand Down

0 comments on commit 1199e06

Please sign in to comment.