mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Removed temp debug
This commit is contained in:
parent
f96d8fa93c
commit
b04b7dc195
|
@ -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
|
||||
|
|
2
twoot.py
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user