Compare commits
No commits in common. "cb804b1eec92100ee8fb836753fcae97920d98e5" and "de16de309cde3ea60366b04e8e9db3079f48a958" have entirely different histories.
cb804b1eec
...
de16de309c
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ cdn.cookielaw.org
|
||||||
cdn.oaistatic.com
|
cdn.oaistatic.com
|
||||||
cdn-spotify-experiments.conductrics.com
|
cdn-spotify-experiments.conductrics.com
|
||||||
chatgpt.com
|
chatgpt.com
|
||||||
claude.ai
|
|
||||||
dell.com
|
dell.com
|
||||||
download.freebsd.org
|
download.freebsd.org
|
||||||
duckduckgo.com
|
duckduckgo.com
|
||||||
|
|
|
||||||
|
|
@ -326,7 +326,7 @@ if [ "$ignored_total" -gt 0 ]; then
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
if [ "$api_error" -gt 0 ]; then
|
if [ "${#ERRORS[@]}" -gt 0 ]; then
|
||||||
echo "---- API FAILURES (added without subdomains) ----"
|
echo "---- API FAILURES (added without subdomains) ----"
|
||||||
for d in $(printf '%s\n' "${!ERRORS[@]}" | sort); do
|
for d in $(printf '%s\n' "${!ERRORS[@]}" | sort); do
|
||||||
printf '%s → %s\n' "$d" "${ERRORS[$d]}"
|
printf '%s → %s\n' "$d" "${ERRORS[$d]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue