This commit is contained in:
Aevann1 2021-09-05 13:44:14 +02:00
parent 0af09c1d30
commit 9f9ae1dc52

View file

@ -150,6 +150,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
if "replies" not in self.__dict__ and "preloaded_comments" in self.__dict__: if "replies" not in self.__dict__ and "preloaded_comments" in self.__dict__:
self.tree_comments(comment=comment) self.tree_comments(comment=comment)
print(read)
return render_template(template, return render_template(template,
v=v, v=v,
p=self, p=self,