Skip to content

Commit 5a3fbf8

Browse files
committed
Changed duplicate URL from warning to info
1 parent 459241c commit 5a3fbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yagooglesearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def search(self):
497497
unique_urls_set.add(link)
498498

499499
else:
500-
ROOT_LOGGER.warning(f"Duplicate URL found: {link}")
500+
ROOT_LOGGER.info(f"Duplicate URL found: {link}")
501501

502502
# If we reached the limit of requested URLS, return with the results.
503503
if self.max_search_result_urls_to_return <= len(unique_urls_set):

0 commit comments

Comments
 (0)