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')