Fix a little bug
This commit is contained in:
parent
8dbc11974d
commit
458ecb5c1a
2
main.py
2
main.py
|
@ -81,7 +81,7 @@ for word in confArgList:
|
||||||
elif word == 'pink':
|
elif word == 'pink':
|
||||||
colourCodes.append('\033[13m')
|
colourCodes.append('\033[13m')
|
||||||
elif word == 'red':
|
elif word == 'red':
|
||||||
colourCodes.append('\033[9m')
|
colourCodes.append('\033[31m')
|
||||||
elif word == 'lblue':
|
elif word == 'lblue':
|
||||||
colourCodes.append('\033[14m')
|
colourCodes.append('\033[14m')
|
||||||
# Write the time to the history file
|
# Write the time to the history file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user