diff --git a/screenless/bureau/publicrelations/publicrelations.py b/screenless/bureau/publicrelations/publicrelations.py index bee74a4..b57201d 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -359,7 +359,7 @@ class PublicRelations(Bureau): b" (" + note.account.acct.encode("cp437", "ignore") + b")" prn.text(note["type"] + " " + str(note["created_at"]) + " from ") prn._raw(username) - prn.text(":\r\n" + str(note.status) + "\r\n") + prn.text(":\r\n" + str(note["status"]) + "\r\n") with self.dbenv.begin(db=self.tweetdb, write=True) as txn: txn.put(shortcode.encode(), tweet_id.encode())