This commit is contained in:
Aevann1 2021-08-21 09:01:02 +02:00
parent fa94e7569c
commit da70d5f12f
22 changed files with 1 additions and 2 deletions

View file

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