Max Siebengartner
Results
1
comments of
Max Siebengartner
Hey guys, the issue comes from types.py in /Python/3.9/lib/python/site-packages/instagrapi/types.py. In line 125 the old union operator is used. change line 2 to `from typing import List, Optional, Union` and change...