From ad17c935ef4f48450b8e1c63de3e0a35d2e87373 Mon Sep 17 00:00:00 2001 From: SG Date: Wed, 3 May 2023 18:11:46 +0200 Subject: [PATCH] Minor fixes --- transmat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmat.py b/transmat.py index a3d2587..2e18cfb 100755 --- a/transmat.py +++ b/transmat.py @@ -193,7 +193,7 @@ async def main(): bar.suffix = '%(percent).1f%% complete' bar.update() f.close() - print("\n") + print("") break