mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Other time representation
This commit is contained in:
parent
f1b7247b3d
commit
969b6849b8
2
twoot.py
2
twoot.py
|
@ -982,7 +982,7 @@ def main(argv):
|
|||
|
||||
# Check what timestamp would look like
|
||||
logging.debug("TEST TIMESTAMP " + str(time_string))
|
||||
logging.debug(tweet_text + ' (' + datetime.strftime(timestamp, '%d %b %Y %H:%M %Z') + ')')
|
||||
logging.debug(tweet_text + ' (' + datetime.strftime(timestamp, '%x %X') + ')')
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user