remotes/1693045480750635534/spooky-22
Aevann1 2022-01-30 22:43:04 +02:00
parent a1dcb3611c
commit 2d60a1af62
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Badge(Base):
@property
@lazy
def text(self):
if self.name == "Agendaposter":
if self.name == "Chud":
ti = self.user.agendaposter_expires_utc
if ti: text = self.badge.description + " until " + datetime.utcfromtimestamp(ti).strftime('%Y-%m-%d %H:%M:%S')
else: text = self.badge.description + " permanently"