This commit is contained in:
Aevann1 2021-07-25 03:44:49 +02:00
parent 7c6407924b
commit 742cedb348

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):