mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-25 17:38:43 +00:00
Removed brackets from timestamp
This commit is contained in:
parent
1faf11222d
commit
7528afaff9
2
twoot.py
2
twoot.py
@ -1010,7 +1010,7 @@ def main(argv):
|
|||||||
timestamp_display = pytz.utc.localize(timestamp).astimezone(timezone_display)
|
timestamp_display = pytz.utc.localize(timestamp).astimezone(timezone_display)
|
||||||
logging.debug("Timestamp converted " + str(timestamp_display))
|
logging.debug("Timestamp converted " + str(timestamp_display))
|
||||||
|
|
||||||
tweet_text += ' (' + datetime.strftime(timestamp_display, TOML['options']['tweet_time_format']) + ')'
|
tweet_text += ' ' + datetime.strftime(timestamp_display, TOML['options']['tweet_time_format'])
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user