remotes/1693045480750635534/spooky-22
Aevann1 2021-08-19 16:01:48 +02:00
parent 3962678a51
commit fe1fa7d9e7
1 changed files with 2 additions and 2 deletions

View File

@ -473,8 +473,8 @@ class User(Base, Stndrd, Age_times):
@cache.memoize()
def defaultpicture(self):
pic = random.randint(1, 50)
return f"https://{site}/assets/images/defaultpictures/{pic}.png"
pic = random.randint(1, 130)
return f"https://{site}/assets/images/defaultpictures/{pic}.gif"
@property
def profile_url(self):