fundamental progression, fixes

This commit is contained in:
muskit
2022-09-25 18:31:50 -07:00
committed by msk
parent 65a0c898e9
commit 8f4b8679df
9 changed files with 60 additions and 15 deletions
+2 -1
View File
@@ -3,7 +3,7 @@ import platform
import pytz
from api import *
from twapi import *
import talent_lists
class TalentTweet:
@@ -121,6 +121,7 @@ class TalentAPITweet(TalentTweet):
if tweet and mrq:
self.tweet = tweet
elif tweet_id:
tweet_id = int(tweet_id)
resp = TwAPI.instance.get_tweet_response(tweet_id)
self.tweet = resp.data
mrq = TwAPI.get_mrq(self.tweet, resp)