forked from MarseyWorld/MarseyWorld
dont insult turks on WPD
parent
ed375c27d5
commit
6be30b2881
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue