mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-12-02 16:31:12 +00:00
Improved last logging syntax
This commit is contained in:
parent
5df11dbe4b
commit
40185ef817
2
twoot.py
2
twoot.py
|
@ -547,7 +547,7 @@ def main(argv):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
logging.info('Run time : %2.1f seconds' % (time.time() - start_time))
|
logging.info('Run time : %2.1f seconds' % (time.time() - start_time))
|
||||||
logging.info('_____________________________________________________________')
|
logging.info('_____________________________________________________________________________________')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user