mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-22 16:22:12 +00:00
Removed superfluous separator
This commit is contained in:
parent
01a944d692
commit
9073d16cee
2
twoot.py
2
twoot.py
|
@ -588,8 +588,6 @@ def main(argv):
|
||||||
datefmt='%Y-%m-%d %H:%M:%S',
|
datefmt='%Y-%m-%d %H:%M:%S',
|
||||||
)
|
)
|
||||||
|
|
||||||
logging.info('_____________________________________________________________________________________')
|
|
||||||
|
|
||||||
logging.info('Running with the following configuration:')
|
logging.info('Running with the following configuration:')
|
||||||
logging.info(' Config File : ' + str(args['f']))
|
logging.info(' Config File : ' + str(args['f']))
|
||||||
logging.info(' twitter_account : ' + TOML['config']['twitter_account'])
|
logging.info(' twitter_account : ' + TOML['config']['twitter_account'])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user