From cf15c7b54f8222c10e5e57c80cb915153641b4d7 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sat, 8 Mar 2025 14:12:53 +0530 Subject: [PATCH] Remove commented code --- app.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app.py b/app.py index de5b752..8a86369 100644 --- a/app.py +++ b/app.py @@ -46,11 +46,5 @@ with app.app_context(): print(f"Database Error: Failed to create tables. {str(e)}") raise SystemExit("Database connection failed. Please check your configuration.") -""" -@app.route('/') -def index(): - return redirect('/viewall') -""" - if __name__ == '__main__': app.run(host='localhost', port=5000)