skrimix / twitter_downloader_bot

Telegram bot for downloading media from Twitter
GNU General Public License v3.0
41 stars 17 forks source link

Faced this error #1

Closed hemanth-narra closed 2 years ago

hemanth-narra commented 2 years ago
(venv) hemanth@contaboVM:~/twitter_downloader_bot$ python3 main.py
Traceback (most recent call last):
  File "main.py", line 39, in <module>
    def extract_tweet_ids(update: Update) -> Optional[list[str]]:
TypeError: 'type' object is not subscriptable
skrimix commented 2 years ago

Which python version are you using?