From 1e78d99624b62c234e44dbf3f86f35d60a391a60 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 6 Feb 2026 11:38:13 +0000 Subject: [PATCH] opt --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f784c19..4b92745 100644 --- a/app.py +++ b/app.py @@ -26,7 +26,7 @@ def get_file_info(filepath): def index(): """Serves the main UI.""" # Default to current working directory - start_path = os.getcwd() + # start_path = os.getcwd() return render_template('index.html', start_path='/toor') @app.route('/api/scan')