remove unnecessary condition

master
Aevann 2024-04-11 12:22:36 +02:00
parent 93c6730999
commit f8127d9a70
1 changed files with 1 additions and 1 deletions

View File

@ -1414,7 +1414,7 @@ class User(Base):
@lazy
def rendered_sig(self, v):
if not self.sig_html or not self.patron or (self.patron < 3 and time.time() > 1711304245):
if not self.sig_html or self.patron < 3:
return ''
if v and not v.show_sigs: