Skip to content

Commit

Permalink
Fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirHasan2005 committed Jan 2, 2023
1 parent 64d7558 commit 6d67b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def banner():
print(gr+'[+] Fetching Members ...')
time.sleep(1)
all_participants = []
all_participants = client.iter_participants(target_group, aggressive=True)
all_participants = client.iter_participants(target_group)

print(gr+'[+] Saving in file ...')
time.sleep(1)
Expand Down

0 comments on commit 6d67b43

Please sign in to comment.