remotes/1693045480750635534/spooky-22
Aevann1 2021-07-29 16:12:22 +02:00
parent 013f00c4d3
commit 35bcf4c6bb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
post = relationship("Submission")
flags = relationship("CommentFlag", backref="comment")
Votes = relationship(
votes = relationship(
"CommentVote",
lazy="dynamic",
primaryjoin="CommentVote.comment_id==Comment.id")