remotes/1693045480750635534/spooky-22
Aevann1 2021-12-14 00:48:52 +02:00
parent 1bc7d0611f
commit 7570160cf9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def auth_desired(f):
if request.host == 'old.rdrama.net' and not (v and v.admin_level):
if request.headers.get("Authorization"): return {"error": "403 Forbidden"}, 403
else: return render_template('errors/403.html', v=v), 403
else: return render_template('errors/403.html', v=v), 403
check_ban_evade(v)
resp = make_response(f(*args, v=v, **kwargs))