diff --git a/bdfr/archive_entry/base_archive_entry.py b/bdfr/archive_entry/base_archive_entry.py index 7b84fbe..516e5d0 100644 --- a/bdfr/archive_entry/base_archive_entry.py +++ b/bdfr/archive_entry/base_archive_entry.py @@ -22,6 +22,7 @@ class BaseArchiveEntry(ABC): 'id': in_comment.id, 'score': in_comment.score, 'subreddit': in_comment.subreddit.display_name, + 'author_flair': in_comment.author_flair_text, 'submission': in_comment.submission.id, 'stickied': in_comment.stickied, 'body': in_comment.body,