diff --git a/python_payload/apps/fil3s/reader.py b/python_payload/apps/fil3s/reader.py index 39efad27d8622b3071b27dfd6c389690ae354a3e..cc157b8f659177d1d773341917794d6c72b2d66f 100644 --- a/python_payload/apps/fil3s/reader.py +++ b/python_payload/apps/fil3s/reader.py @@ -182,7 +182,7 @@ class Reader(ActionView): if y > 120 + line_height or y < -120 - line_height: continue ctx.move_to(x, y) - ctx.text(line) + ctx.text(line[:10240]) ctx.restore()