From ea91a57e0a2eb0b9916dfdb730e0cd269123f137 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 3 Jan 2019 00:15:26 +0100 Subject: [PATCH] . --- screenless/bureau/publicrelations/publicrelations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")