From 8f90ea74d4599b031f8a9a29c932530b8c7ff6bb Mon Sep 17 00:00:00 2001 From: Byte Dice Date: Fri, 27 Jun 2025 16:09:27 +0200 Subject: [PATCH] fixed a typo --- src/python/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/posts.py b/src/python/posts.py index 176fd55..eb17555 100644 --- a/src/python/posts.py +++ b/src/python/posts.py @@ -127,7 +127,7 @@ def get_post_details(post: models.Submission, added_by_h: bool = False) -> py_da return py_data.PostData( post.shortlink, - post.subreddit, + post.subreddit.display_name, post.title, post.score, int(post.created_utc),