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
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