chore: update my branch #1

Merged
Future merged 18 commits from update/alterware into alterware 2025-06-02 09:29:44 +00:00
Showing only changes of commit 84b620894f - Show all commits

View File

@ -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 = {