From 458ecb5c1a319ef3883068116cad638400b545fb Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Tue, 27 Aug 2024 11:22:19 +1000 Subject: [PATCH] Fix a little bug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 47dfb73..743cbb9 100755 --- a/main.py +++ b/main.py @@ -81,7 +81,7 @@ for word in confArgList: elif word == 'pink': colourCodes.append('\033[13m') elif word == 'red': - colourCodes.append('\033[9m') + colourCodes.append('\033[31m') elif word == 'lblue': colourCodes.append('\033[14m') # Write the time to the history file