Small adjustment

This commit is contained in:
jeancf 2023-06-28 14:58:02 +02:00
parent 3732392dbf
commit 23d897f42c

View File

@ -982,7 +982,7 @@ def main(argv):
# Check what timestamp would look like # Check what timestamp would look like
logging.debug("TEST TIMESTAMP") 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 # 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 # with "twitter:image" meta tag in first linked page in tweet text