Forgot to comment out one debug output

This commit is contained in:
jeancf 2020-03-06 18:02:21 +01:00
parent 17c358a61c
commit 7b22838d35
2 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@ that broke when Twitter refreshed their web UI in July 2019.
Instead twoot is self contained and handles all the processing. Instead twoot is self contained and handles all the processing.
UPDATE 06 MAR 2020: Added functionality to automatically get images **UPDATE 06 MAR 2020** Added functionality to automatically get images
from tweets considered as "sensitive content" from tweets considered as "sensitive content"
UPDATE 15 FEB 2020: Twoot has been rewritten to make use of the **UPDATE 15 FEB 2020** Twoot has been rewritten to make use of the
mobile twitter page without JavaScript after the breaking change mobile twitter page without JavaScript after the breaking change
of last week. of last week.

View File

@ -361,8 +361,8 @@ def main(argv):
tweets.append(tweet) tweets.append(tweet)
# DEBUG: Print extracted tweets # DEBUG: Print extracted tweets
for t in tweets: #for t in tweets:
print(t) # print(t)
# ********************************************************** # **********************************************************
# Iterate tweets. Check if the tweet has already been posted # Iterate tweets. Check if the tweet has already been posted