diff --git a/main.py b/main.py index 4f84a6e..d60a809 100644 --- a/main.py +++ b/main.py @@ -146,9 +146,9 @@ def ayuda_template(): # Manejo del error 404 -@app.errorhandler(404) -def page_not_found(error): - return render_template('404.html'), 404 +# @app.errorhandler(404) +# def page_not_found(error): +# return render_template('404.html'), 404 if __name__ == '__main__':