diff --git a/Interlace/lib/core/output.py b/Interlace/lib/core/output.py index 7bd1112..b9e90c3 100644 --- a/Interlace/lib/core/output.py +++ b/Interlace/lib/core/output.py @@ -28,7 +28,7 @@ class OutputHelper(object): formatting = { 0: Color('{autoblue}[VERBOSE]{/autoblue}'), 1: Color('{autogreen}[THREAD]{/autogreen}'), - 3: Color('{autobgyellow}{autored}[ERROR]{/autobgyellow}{/autored}') + 3: Color('{autobgyellow}{autored}[ERROR]{/autored}{/autobgyellow}') } leader = formatting.get(level, '[#]') @@ -51,4 +51,4 @@ class OutputHelper(object): class Level(IntEnum): VERBOSE = 0 THREAD = 1 - ERROR = 3 \ No newline at end of file + ERROR = 3