mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-01-18 15:27:07 +00:00
Better spacing around RT mention
This commit is contained in:
parent
1acc33f7e7
commit
3cb60ad963
2
twoot.py
2
twoot.py
|
@ -259,7 +259,7 @@ def main(argv):
|
|||
|
||||
# Check it the tweet is a retweet from somebody else
|
||||
if author_account.lower() != twit_account.lower():
|
||||
tweet_text = 'RT from ' + author + '(@' + author_account + '\n\n)' + tweet_text
|
||||
tweet_text = 'RT from ' + author + ' (@' + author_account + ')\n\n' + tweet_text
|
||||
|
||||
# Add footer with link to original tweet
|
||||
tweet_text += '\n\nOriginal tweet : https://twitter.com' + tweet_id
|
||||
|
|
Loading…
Reference in New Issue
Block a user