mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Added missing logging
This commit is contained in:
parent
514a1b3304
commit
f96d8fa93c
1
twoot.py
1
twoot.py
|
@ -307,6 +307,7 @@ def main(argv):
|
|||
logging.info(' -i ' + mast_instance)
|
||||
logging.info(' -m ' + mast_account)
|
||||
logging.info(' -r ' + str(tweets_and_replies))
|
||||
logging.info(' -s ' + str(suppress_retweets))
|
||||
logging.info(' -v ' + str(get_vids))
|
||||
logging.info(' -a ' + str(max_age))
|
||||
logging.info(' -d ' + str(min_delay))
|
||||
|
|
Loading…
Reference in New Issue
Block a user