Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 3, 2024
1 parent f65cbda commit cd07026
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 @@ -272,7 +272,7 @@ 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},$(printf "%s" "$domains_in_toplist" | tr '\n' ' '),\
${query_count:-0},${error},no" >> "$SOURCE_LOG"
${query_count},${error},no" >> "$SOURCE_LOG"

printf "\n\e[1mSource: %s\e[0m\n" "${item:-$source}"

Expand Down

0 comments on commit cd07026

Please sign in to comment.