aboutsummaryrefslogtreecommitdiffstats
path: root/colo
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-13 04:54:29 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-13 04:54:29 +0000
commit0dba3bc342b687a25b7f74b243ccc30a794df600 (patch)
treec42b6dbb5baf314177fede27e5beab39884367c4 /colo
parentmade it slightly faster which doesnt really matter much (diff)
downloadcolo-0dba3bc342b687a25b7f74b243ccc30a794df600.tar.gz
colo-0dba3bc342b687a25b7f74b243ccc30a794df600.zip
last line needs a new line to not mess up the prompt
Diffstat (limited to 'colo')
-rw-r--r--colo/colo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/colo/colo.py b/colo/colo.py
index efb7efb..63fbd20 100644
--- a/colo/colo.py
+++ b/colo/colo.py
@@ -452,6 +452,7 @@ def colo() -> None:
color_ansi(number_colo_list)
else:
color_default(number_colo_list)
+ print()
if __name__ == "__main__":