From 23d897f42c7fad74fc9e106306a880028d62ca8f Mon Sep 17 00:00:00 2001 From: jeancf Date: Wed, 28 Jun 2023 14:58:02 +0200 Subject: [PATCH] Small adjustment --- twoot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/twoot.py b/twoot.py index 40c56bf..fcc6ea3 100755 --- a/twoot.py +++ b/twoot.py @@ -976,13 +976,13 @@ def main(argv): # Add footer with link to original tweet if TOML['options']['remove_original_tweet_ref'] is False: if TOML['options']['footer'] != '': - tweet_text += '\nOriginal tweet : ' + substitute_source(full_status_url) + tweet_text += '\nOriginal tweet: ' + substitute_source(full_status_url) else: - tweet_text += '\n\nOriginal tweet : ' + substitute_source(full_status_url) + tweet_text += '\n\nOriginal tweet: ' + substitute_source(full_status_url) # Check what timestamp would look like logging.debug("TEST TIMESTAMP") - logging.debug(tweet_text + ' ' + time_string) + logging.debug(tweet_text + ' (' + time_string + ')') # If no media was specifically added in the tweet, try to get the first picture # with "twitter:image" meta tag in first linked page in tweet text