From b04b7dc195cf42d2fa45e7e283e5a1d843d14018 Mon Sep 17 00:00:00 2001 From: jeancf Date: Mon, 14 Nov 2022 12:40:56 +0100 Subject: [PATCH] Removed temp debug --- README.md | 2 +- twoot.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index abda17c..c1c374e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ maintained solution. **UPDATE 08 OCT 2022** VERSION 2.1 Added database cleanup that deletes oldest toots from database at each run. Keep MAX_REC_COUNT (50 by default) -rows in db for each twitter feed. +rows in db for each twitter feed.t **UPDATE 14 SEP 2022** Added information about the status of throttling applied by the Mastodon instance in the debug log. Logging level can be changed diff --git a/twoot.py b/twoot.py index d9daadb..ea46b34 100755 --- a/twoot.py +++ b/twoot.py @@ -455,8 +455,6 @@ def main(argv): # Check it the tweet is a retweet from somebody else if len(status.select("div.tweet-body > div > div.retweet-header")) != 0: - # TEMP DEBUG - login.debug("retweet DIV found in " + status) tweet_text = 'RT from ' + author + ' (@' + author_account + ')\n\n' # extract iterator over tweet text contents