mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
removed more of the colorclass usage
This commit is contained in:
@@ -45,7 +45,7 @@ class OutputHelper(object):
|
|||||||
formatting = {
|
formatting = {
|
||||||
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
|
0: f'{bcolors.OKBLUE}[VERBOSE]{bcolors.ENDC}',
|
||||||
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',
|
1: f'{bcolors.OKGREEN}[THREAD]{bcolors.ENDC}',
|
||||||
3: Color('{autobgyellow}{autored}[ERROR]{/autored}{/autobgyellow}')
|
3: f'{bcolors.FAIL}[ERROR]{bcolors.ENDC}'
|
||||||
}
|
}
|
||||||
|
|
||||||
leader = formatting.get(level, '[#]')
|
leader = formatting.get(level, '[#]')
|
||||||
|
|||||||
Reference in New Issue
Block a user