diff --git a/screenless/bureau/publicrelations/publicrelations.py b/screenless/bureau/publicrelations/publicrelations.py index d8701f1..abd5644 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -101,7 +101,7 @@ class PublicRelations(Bureau): prn.text("\r\n") prn.set(text_type="NORMAL") twtext = html.unescape(t["text"]) - t_wrapped = textwrap.fill(t["text"], width=48) + "\r\n" + t_wrapped = textwrap.fill(twtext, width=48) + "\r\n" t_enc = t_wrapped.encode("cp437", "ignore") prn._raw(t_enc)