forked from rDrama/rDrama
1
0
Fork 0

dont insult turks on WPD

master
Aevann 2023-04-29 18:37:17 +02:00
parent ed375c27d5
commit 6be30b2881
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -26,7 +26,7 @@ class BadgeDef(Base):
@property
@lazy
def path(self):
if 20 < self.id < 28 or self.id == 222:
if self.id == 7 or 20 < self.id < 28 or self.id == 222:
return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/badges/{self.id}.webp?x=2"
return f"{SITE_FULL_IMAGES}/i/badges/{self.id}.webp?x=2"