This commit is contained in:
Aevann1 2022-02-04 12:19:49 +02:00
parent d9fbe83a18
commit 778abb00c3
8 changed files with 9 additions and 9 deletions

View file

@ -62,7 +62,7 @@ class Badge(Base):
@property
@lazy
def path(self):
return f"{SITE_FULL}/static/assets/images/badges/{self.badge_id}.webp?a=1009"
return f"{SITE_FULL}/static/assets/images/badges/{self.badge_id}.webp"
@property
@lazy