mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
test timestamp
This commit is contained in:
parent
fafd6a1ef8
commit
191c23074d
4
twoot.py
4
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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user