fix comment_author_is_uploader extraction

This commit is contained in:
Simon
2023-12-12 13:55:41 +07:00
parent 325bdf5cba
commit 597da56975

View File

@@ -126,7 +126,7 @@ class Comments:
"comment_author_id": comment["author_id"],
"comment_author_thumbnail": comment["author_thumbnail"],
"comment_author_is_uploader": comment.get(
"comment_author_is_uploader", False
"author_is_uploader", False
),
"comment_parent": comment["parent"],
}