made LINE_COLORS tuple instead of list
This commit is contained in:
@ -27,7 +27,7 @@ DOT_PEN = GREY5
|
||||
DOT_BRUSH = HIGHLIGHT
|
||||
DOT_SIZE = 8
|
||||
|
||||
LINE_COLORS = [
|
||||
LINE_COLORS = (
|
||||
C.BLUE,
|
||||
C.BASE_GREEN,
|
||||
C.RED,
|
||||
@ -38,7 +38,7 @@ LINE_COLORS = [
|
||||
C.COOL3,
|
||||
C.BROWN1,
|
||||
C.BASE_ORANGE,
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user