You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to scrape follower's number i get this:
Catched 7 followings phone numbersTraceback (most recent call last):
File "/home/snapper/Osintgram/main.py", line 163, in
_cmd()
File "/home/snapper/Osintgram/src/Osintgram.py", line 1336, in get_fwingsnumber
results.append(follow)
AttributeError: 'dict' object has no attribute 'append'
and then the program crashes without writing anything to the output file
The text was updated successfully, but these errors were encountered:
when i try to scrape follower's number i get this:
Catched 7 followings phone numbersTraceback (most recent call last):
File "/home/snapper/Osintgram/main.py", line 163, in
_cmd()
File "/home/snapper/Osintgram/src/Osintgram.py", line 1336, in get_fwingsnumber
results.append(follow)
AttributeError: 'dict' object has no attribute 'append'
and then the program crashes without writing anything to the output file
The text was updated successfully, but these errors were encountered: