Fix a little bug

This commit is contained in:
Maxwell Jeffress 2024-08-27 11:22:19 +10:00
parent 8dbc11974d
commit 458ecb5c1a

View File

@ -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