diff --git a/scripts/display.py b/scripts/display.py index 1fdc21d6..0d040404 100644 --- a/scripts/display.py +++ b/scripts/display.py @@ -392,8 +392,9 @@ def main(self): if len(Lines) < self.const_DISPLAY_LINES_LIMIT: Line = Line.split(':',1)[-1] if Line: - Line = "s=b:{}".format(Line) - Lines.append(Line) + if Line[0:4] != 'set:': + Line = "s=b:{}".format(Line) + Lines.append(Line) # fill line count to const_DISPLAY_LINES_LIMIT while len(Lines) < self.const_DISPLAY_LINES_LIMIT: