fix tweets mentioning cross-company, chromedriver
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user