fixed a typo
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ def get_post_details(post: models.Submission, added_by_h: bool = False) -> py_da
|
|||||||
|
|
||||||
return py_data.PostData(
|
return py_data.PostData(
|
||||||
post.shortlink,
|
post.shortlink,
|
||||||
post.subreddit,
|
post.subreddit.display_name,
|
||||||
post.title,
|
post.title,
|
||||||
post.score,
|
post.score,
|
||||||
int(post.created_utc),
|
int(post.created_utc),
|
||||||
|
|||||||
Reference in New Issue
Block a user