Skip to content

Commit

Permalink
Update Ominis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonCatalyst authored Jan 2, 2024
1 parent 5699005 commit 7db2af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ominis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7db2af4

Please sign in to comment.