mod main comment erro fun 404

This commit is contained in:
David Itehua Xalamihua 2025-08-28 12:37:46 -06:00
parent 1ef45cfc51
commit f31722d04d

View File

@ -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__':