diff --git a/files/classes/user.py b/files/classes/user.py index 2fdb5432d6..fa8b8d01a6 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -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):