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
Traceback (most recent call last):
File "services/tiktok.py", line 2, in <module>
from tiktok_downloader import snaptik
File "/Users/ale/.virtualenvs/scrappy-3.6/lib/python3.6/site-packages/tiktok_downloader/__init__.py", line 1, in <module>
from .snaptik import snaptik
File "/Users/ale/.virtualenvs/scrappy-3.6/lib/python3.6/site-packages/tiktok_downloader/snaptik.py", line 8, in <module>
class snaptik(Session):
File "/Users/ale/.virtualenvs/scrappy-3.6/lib/python3.6/site-packages/tiktok_downloader/snaptik.py", line 24, in snaptik
def get_media(self)->list[info_videotiktok]:
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
from tiktok_downloader import snaptik
The text was updated successfully, but these errors were encountered: