forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-14 09:42:12 +02:00
parent ad7c47b1df
commit 688d4bbef6
1 changed files with 1 additions and 1 deletions

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: