From f92624438b410d5bb5b694531376a427eddf9a4f Mon Sep 17 00:00:00 2001 From: Justin Donofrio Date: Tue, 26 Nov 2024 05:28:28 -0500 Subject: [PATCH] finish web ui --- src/onthespot/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onthespot/web.py b/src/onthespot/web.py index e07b84a..08e5184 100644 --- a/src/onthespot/web.py +++ b/src/onthespot/web.py @@ -109,7 +109,7 @@ def download_queue_page(): @app.route('/') def index(): - return redirect(url_for('download_queue')) + return redirect(url_for('download_queue_page')) @app.route('/search') def search():