forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-29 16:09:02 +02:00
parent 2ba56216fb
commit 3f37c7dae6
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("CommentVote", backref="comment")
votes = relationship("CommentVote")
author = relationship(
"User",