same as last commit

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-25 04:45:22 +02:00
parent dd7145410f
commit c0c45d9e9a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Badge(Base):
def text(self):
if self.until:
text = self.badge.description + " until"
elif self.badge_id in (28, 170):
elif self.badge_id in (28, 170, 179):
text = self.badge.description + " permanently"
elif self.description:
text = self.description