forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-05 13:41:08 +02:00
parent 5776f956d4
commit 255eb4edaa
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
return f"/post/{self.id}/{output}"
def rendered_page(self, sort=None, comment=None, comment_info=None, v=None):
def rendered_page(self, read=None, sort=None, comment=None, comment_info=None, v=None):
# check for banned
if v and (v.admin_level >= 3 or self.author_id == v.id):