This commit is contained in:
Aevann1 2022-04-26 15:01:05 +02:00
parent e8373173db
commit 007f984a89
6 changed files with 20 additions and 20 deletions

View file

@ -47,7 +47,7 @@ def error_405(e):
@app.errorhandler(413)
def error_413(e):
return {"error": "Max file size is 4 MB (8 MB for paypigs)"}, 413
return {"error": "Max file size is 8 MB (16 MB for paypigs)"}, 413
@app.errorhandler(429)
def error_429(e):