forked from rDrama/rDrama
1
0
Fork 0

another fix

master
Aevann 2023-07-12 04:08:56 +03:00
parent 22b5ee9ca9
commit 90824d0f5f
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ def user_id(id):
@app.route("/id/<int:id>/<path:path>")
@limiter.limit(DEFAULT_RATELIMIT)
def user_id(id, path):
def user_id_path(id, path):
user = get_account(id)
return redirect(f'/@{user.username}/{path}')