Add reply_to key to tweet dictionary

This commit is contained in:
jeancf 2023-07-16 11:43:26 +02:00
parent 9b9c7702f1
commit 4cd49a1de7

View File

@ -1123,6 +1123,7 @@ def main(argv):
"tweet_text": tweet_text, "tweet_text": tweet_text,
"video": video_file, "video": video_file,
"photos": photos, "photos": photos,
"reply-to": reply_to,
} }
tweets.append(tweet) tweets.append(tweet)