diff --git a/twoot.py b/twoot.py index 12f4b78..9251082 100755 --- a/twoot.py +++ b/twoot.py @@ -586,6 +586,7 @@ def main(argv): 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(' upload_videos : ' + str(TOML['options']['upload_videos'])) + logging.info(' No "Original tweet" line : ' + 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'])) logging.info(' toot_cap : ' + str(TOML['options']['toot_cap']))