Add missing fmt_cyan variable

This commit is contained in:
Joshua Boniface 2020-05-08 18:15:02 -04:00
parent 683c3afea6
commit b580760537
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ else:
fmt_end = '' fmt_end = ''
fmt_bold = '' fmt_bold = ''
fmt_blue = '' fmt_blue = ''
fmt_cyan = ''
fmt_green = '' fmt_green = ''
fmt_yellow = '' fmt_yellow = ''
fmt_red = '' fmt_red = ''