fix hole banners

pull/138/head
Aevann 2023-03-06 18:45:21 +02:00
parent 379b332825
commit cb9e9a849a
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ class Sub(Base):
@property
@lazy
def banner_urls(self):
if self.bannerurls: return [f"{SITE_FULL}{banner}" for banner in self.bannerurls]
return []
return bannerurls
@lazy
def random_banner(self):