mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-24 04:21:13 +00:00
Pedantism
This commit is contained in:
parent
62073f5d2a
commit
6cd4057f9f
2
twoot.py
2
twoot.py
|
@ -586,7 +586,7 @@ def main(argv):
|
|||
logging.info(' skip_retweets : ' + str(TOML['options']['skip_retweets']))
|
||||
logging.info(' remove_link_redirections : ' + str(TOML['options']['remove_link_redirections']))
|
||||
logging.info(' remove_trackers_from_urls: ' + str(TOML['options']['remove_trackers_from_urls']))
|
||||
logging.info(' footer : ' + str(TOML['options']['footer']))
|
||||
logging.info(' footer : ' + TOML['options']['footer'])
|
||||
logging.info(' remove_original_tweet_ref: ' + str(TOML['options']['remove_original_tweet_ref']))
|
||||
logging.info(' tweet_max_age : ' + str(TOML['options']['tweet_max_age']))
|
||||
logging.info(' tweet_delay : ' + str(TOML['options']['tweet_delay']))
|
||||
|
|
Loading…
Reference in New Issue
Block a user