mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
resolve code quality check
This commit is contained in:
parent
dbf53b4999
commit
b31690d71b
@ -957,7 +957,7 @@ class Helpers:
|
|||||||
]
|
]
|
||||||
return colors[ansi_code]
|
return colors[ansi_code]
|
||||||
|
|
||||||
elif 8 <= ansi_code <= 15:
|
if 8 <= ansi_code <= 15:
|
||||||
# High-intensity colors
|
# High-intensity colors
|
||||||
colors = [
|
colors = [
|
||||||
(128, 128, 128), # Bright Black (Gray)
|
(128, 128, 128), # Bright Black (Gray)
|
||||||
|
Loading…
Reference in New Issue
Block a user