remove ANSI escape codes, they don't work in command prompt

This commit is contained in:
Fischer Moseley 2024-01-13 15:52:06 -08:00
parent 2b95fea496
commit 970499d137
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ logo = f"""
`------........------'
\033[34;49;1m\033[34;49;3m Manta Version {get_distribution("manta").version} \033[00m
\033[34;49;1m\033[34;49;3m An In-Situ Debugging Tool for Programmable Hardware \033[00m
\033[34;49;1m\033[34;49;3m https://github.com/fischermoseley/manta \033[00m
Manta - An In-Situ Debugging Tool for Programmable Hardware
Version {get_distribution("manta").version}
https://github.com/fischermoseley/manta
"""