mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-01-18 15:27:07 +00:00
Fixed last logging syntax
This commit is contained in:
parent
3c7693fe66
commit
5df11dbe4b
2
twoot.py
2
twoot.py
|
@ -546,7 +546,7 @@ def main(argv):
|
|||
except FileNotFoundError: # The directory does not exist
|
||||
pass
|
||||
|
||||
logging.info('Run time : %2.1f seconds', str(time.time() - start_time))
|
||||
logging.info('Run time : %2.1f seconds' % (time.time() - start_time))
|
||||
logging.info('_____________________________________________________________')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user