From 7db2af47621bfba350359d76f7009a7c00582cde Mon Sep 17 00:00:00 2001 From: Istoleyourbutter <136261899+AnonCatalyst@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:17:51 -0500 Subject: [PATCH] Update Ominis.py --- Ominis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ominis.py b/Ominis.py index 922e799..2020817 100644 --- a/Ominis.py +++ b/Ominis.py @@ -119,7 +119,7 @@ async def main_async(): all_mention_links = [] all_unique_social_profiles = set() - async with httpx.AsyncClient(verify=False) as client: + async with httpx.AsyncClient(verify=True) as client: total_results_to_fetch = min(300, num_results) # Limit to 100 results to avoid Google limitations # Loop to fetch multiple pages