This commit is contained in:
Aevann1 2022-01-14 09:42:12 +02:00
parent 14a1fbf3d3
commit e759b4864f

View file

@ -923,7 +923,7 @@ def remove_follow(username, v):
@app.get("/uid/<id>/pic")
@app.get("/uid/<id>/pic/profile")
@limiter.exempt
@auth_required
@auth_desired
def user_profile_uid(v, id):
try: id = int(id)
except: