Minor fixes

This commit is contained in:
SG
2023-05-03 18:11:46 +02:00
parent 26a0840ad2
commit ad17c935ef

View File

@@ -193,7 +193,7 @@ async def main():
bar.suffix = '%(percent).1f%% complete' bar.suffix = '%(percent).1f%% complete'
bar.update() bar.update()
f.close() f.close()
print("\n") print("")
break break