Skip to content

Commit

Permalink
change print styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Sep 7, 2024
1 parent fc02cf7 commit 07fa41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyqwe/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def error(self, message):

@staticmethod
def print_chooser(runners):
print("🏎️💨")
print("🚥|🏎️")
print(
f"{Colr.FAIL}{Colr.BOLD}0 :{Colr.END}{Colr.END} {Colr.FAIL}Exit{Colr.END}"
)
Expand Down

0 comments on commit 07fa41d

Please sign in to comment.