Skip to content

Commit

Permalink
Update Ominis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonCatalyst authored Oct 27, 2023
1 parent 3d09c7e commit 5699005
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 @@ -120,7 +120,7 @@ async def main_async():
all_unique_social_profiles = set()

async with httpx.AsyncClient(verify=False) as client:
total_results_to_fetch = min(100, num_results) # Limit to 100 results to avoid Google limitations
total_results_to_fetch = min(300, num_results) # Limit to 100 results to avoid Google limitations

# Loop to fetch multiple pages
for start_index in range(0, total_results_to_fetch, 10):
Expand Down

0 comments on commit 5699005

Please sign in to comment.