diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-13 04:54:29 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-13 04:54:29 +0000 |
commit | 0dba3bc342b687a25b7f74b243ccc30a794df600 (patch) | |
tree | c42b6dbb5baf314177fede27e5beab39884367c4 /colo | |
parent | made it slightly faster which doesnt really matter much (diff) | |
download | colo-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.py | 1 |
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__": |