Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent d3bcf7e commit 71f1b9e
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 @@ -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
Expand Down

0 comments on commit 71f1b9e

Please sign in to comment.