workspace
Brendan Howell 6 years ago
parent 532f864f56
commit ea91a57e0a

@ -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")

Loading…
Cancel
Save