From 84b620894f1108e31374e19b0a8f61a49ae6261b Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 24 Apr 2025 13:23:42 +0100 Subject: [PATCH] Fix typo in PR --- vxApi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vxApi.py b/vxApi.py index b445ead..2282bde 100644 --- a/vxApi.py +++ b/vxApi.py @@ -220,7 +220,7 @@ def getApiResponse(tweet,include_txt=False,include_rtf=False): replyingTo = tweetL['in_reply_to_screen_name'] replyingToID = None - if 'in_reply_to_status_id_str' in tweetL andTweetL['in_reply_to_status_id_str'] != None: + if 'in_reply_to_status_id_str' in tweetL and tweetL['in_reply_to_status_id_str'] != None: replyingToID = tweetL['in_reply_to_status_id_str'] apiObject = {