diff --git a/twoot.py b/twoot.py index b5945d3..e72371c 100755 --- a/twoot.py +++ b/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']))