whoops, broke colors

This commit is contained in:
prodigysml
2022-09-05 23:00:42 +10:00
parent bd034cfb82
commit 539a3fabd0

View File

@@ -37,7 +37,7 @@ class OutputHelper(object):
if level == 0 and not self.verbose: if level == 0 and not self.verbose:
return return
if self._no_color: if not self._no_color:
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}',