forked from rDrama/rDrama
1
0
Fork 0

add highrollerclub to shortlink-limited

master
Aevann 2023-08-29 06:07:57 +03:00
parent a9cd259b75
commit 6d3c89fe0b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class Post(Base):
link = f"/post/{self.id}"
if self.sub: link = f"/h/{self.sub}{link}"
if self.sub and self.sub in {'chudrama', 'countryclub'}:
if self.sub and self.sub in {'chudrama', 'countryclub', 'highrollerclub'}:
output = '-'
else:
title = self.plaintitle(None).lower()