vxc
This commit is contained in:
parent
60976ba54f
commit
3d3aad7414
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Badge(Base):
|
|||
text = self.badge['description'] + " until " + datetime.utcfromtimestamp(ti).strftime('%Y-%m-%d %H:%M:%S')
|
||||
elif self.description: text = self.description
|
||||
elif self.badge['description']: text = self.badge['description']
|
||||
else: return None
|
||||
else: return ''
|
||||
return f' - {text}'
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue