th3unkn0n / osi.ig

Information Gathering Instagram.
1.29k stars 216 forks source link

fails on line 115 self.tags #22

Closed Chewbee closed 4 years ago

Chewbee commented 4 years ago

Traceback (most recent call last): File "main.py", line 20, in <module> ig.print_data_() File "/home/gh/dev/osi.ig/.lib/api.py", line 115, in print_data_ if self.tags and self.tags == {}: AttributeError: 'main' object has no attribute 'tags' I fix locally by embedding into try: except

th3unkn0n commented 4 years ago

25