forked from rDrama/rDrama
1
0
Fork 0

ceftrnjgnjetnjie

master
fireworks88 2021-09-05 14:02:34 +02:00
parent 0f13a8481d
commit 0c4cbf25f2
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, sort=None, comment=None, read=None, comment_info=None, v=None):
# check for banned
if v and (v.admin_level >= 3 or self.author_id == v.id):