fix tweets mentioning cross-company, chromedriver

This commit is contained in:
muskit
2023-01-11 17:11:41 -08:00
parent 4726a20dd1
commit d183d1720c
4 changed files with 103 additions and 83 deletions
+2 -1
View File
@@ -80,7 +80,8 @@ class TalentTweet:
@staticmethod
def create_from_v2api_response(resp):
tweet = resp.data
mrq = twapi.TwAPI.get_mrq(tweet, resp)
mrq = twapi.TwAPI.get_mrq(resp)
rt_target = None
rt_author_id = None