TODO done

This commit is contained in:
jeancf 2020-12-17 18:59:02 +01:00
parent fbec4004f9
commit 992f91537f

View File

@ -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: