dude subdramas lmao

This commit is contained in:
Aevann1 2022-02-10 22:35:16 +02:00
parent d93bb56fa8
commit 0a313c5aa5
47 changed files with 569 additions and 92 deletions

View file

@ -440,6 +440,10 @@ class Submission(Base):
return body
def print(self):
print(f'post: {self.id}, author: {self.author_id}', flush=True)
return ''
@lazy
def realtitle(self, v):
if self.club and not (v and (v.paid_dues or v.id == self.author_id)):