From 40185ef8173ba0a30bee4b070d106a1b61ee5edd Mon Sep 17 00:00:00 2001 From: jeancf Date: Sat, 19 Dec 2020 10:48:46 +0100 Subject: [PATCH] Improved last logging syntax --- twoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twoot.py b/twoot.py index 305ac23..70de32c 100755 --- a/twoot.py +++ b/twoot.py @@ -547,7 +547,7 @@ def main(argv): pass logging.info('Run time : %2.1f seconds' % (time.time() - start_time)) - logging.info('_____________________________________________________________') + logging.info('_____________________________________________________________________________________') if __name__ == "__main__":