remotes/1693045480750635534/spooky-22
Aevann1 2021-07-29 16:07:34 +02:00
parent 5ad1a1e807
commit 2ba56216fb
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("Vote", backref="comment")
votes = relationship("CommentVote", backref="comment")
author = relationship(
"User",