diff --git a/screenless/bureau/publicrelations/publicrelations.py b/screenless/bureau/publicrelations/publicrelations.py index 1ce1948..eef10f4 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -335,7 +335,7 @@ class PublicRelations(Bureau): for note in notifications: prn.text(note["type"] + " " + str(note["created_at"]) + " from " + note["account"]["display_name"] + " (" + - note["account"]["acct"] + "):\r\n" + note["status"] + + note["account"]["acct"] + "):\r\n" + str(note.keys()) + "\r\n") prn.text("\r\n\r\n")