From 71f1b9ecd44ff5ec1cefdfb573dfec25b6fe13b9 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:41:00 +0800 Subject: [PATCH] Update --- functions/retrieve_domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/retrieve_domains.sh b/functions/retrieve_domains.sh index 01f440196..a6f833bfc 100644 --- a/functions/retrieve_domains.sh +++ b/functions/retrieve_domains.sh @@ -327,10 +327,10 @@ source_google_search() { return fi - local rate_limited=false local url='https://customsearch.googleapis.com/customsearch/v1' local search_id="$GOOGLE_SEARCH_ID" local search_api_key="$GOOGLE_SEARCH_API_KEY" + local rate_limited=false # Retrieve new results while read -r search_term; do # Loop through search terms