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