Added missing params to info

This commit is contained in:
jeancf 2022-11-23 11:42:56 +01:00
parent 4a73a6252e
commit 82951bfbd3

View File

@ -493,6 +493,8 @@ def main(argv):
logging.info(' mastodon_user : ' + toml['config']['mastodon_user'])
logging.info(' post_reply_to : ' + str(toml['options']['post_reply_to']))
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(' upload_videos : ' + str(toml['options']['upload_videos']))
logging.info(' tweet_max_age : ' + str(toml['options']['tweet_max_age']))
logging.info(' tweet_delay : ' + str(toml['options']['tweet_delay']))