mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
TODO done
This commit is contained in:
parent
fbec4004f9
commit
992f91537f
2
twoot.py
2
twoot.py
|
@ -298,7 +298,7 @@ def main(argv):
|
|||
# Initialize tweet text
|
||||
tweet_text = ''
|
||||
|
||||
# TODO Check if the tweet is a reply-to
|
||||
# Add prefix if the tweet is a reply-to
|
||||
# <div class="replying-to">Replying to <a href="/tomwarren">@tomwarren</a></div>
|
||||
replying_to_class = status.find('div', class_='replying-to')
|
||||
if replying_to_class is not None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user