From 191c23074d258874c3a8a87ccd17e5011a643318 Mon Sep 17 00:00:00 2001 From: jeancf Date: Fri, 23 Jun 2023 17:35:01 +0200 Subject: [PATCH] test timestamp --- twoot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/twoot.py b/twoot.py index bdcb2a9..1ae4d3c 100755 --- a/twoot.py +++ b/twoot.py @@ -980,6 +980,10 @@ def main(argv): else: 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) + # 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 if not photos: