forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-25 03:44:49 +02:00
parent 5b99cf858b
commit 3986b5c422
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def error_401(e):
else:
return redirect(output)
@app.errorhandler(PaymentRequired)
@app.errorhandler(402)
@auth_desired
@api()
def error_402(e, v):