dfsfsd
This commit is contained in:
parent
dbf3006e2f
commit
e3d9c2a509
17 changed files with 44 additions and 44 deletions
|
@ -429,7 +429,7 @@ class User(Base):
|
|||
@lazy
|
||||
def profile_url(self):
|
||||
if self.profileurl: return self.profileurl
|
||||
elif "rdrama" in site: return f"https://{site}/assets/images/defaultpictures/{random.randint(1, 150)}.webp"
|
||||
elif "rama" in site: return f"https://{site}/assets/images/defaultpictures/{random.randint(1, 150)}.webp"
|
||||
else: return f"https://{site}/assets/images/default-profile-pic.webp"
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue