Add missing fmt_cyan variable
This commit is contained in:
parent
683c3afea6
commit
b580760537
|
@ -351,6 +351,7 @@ else:
|
|||
fmt_end = ''
|
||||
fmt_bold = ''
|
||||
fmt_blue = ''
|
||||
fmt_cyan = ''
|
||||
fmt_green = ''
|
||||
fmt_yellow = ''
|
||||
fmt_red = ''
|
||||
|
|
Loading…
Reference in New Issue