Skip to content

Commit

Permalink
fix index in web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 committed Nov 26, 2024
1 parent d07ecdf commit 174d14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onthespot/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def clear_items():
return jsonify(success=True)

@app.route('/download_queue')
def index():
def download_queue():
config_path = os.path.join(config_dir(), 'onthespot', 'otsconfig.json')
with open(config_path, 'r') as config_file:
config_data = json.load(config_file)
Expand Down

0 comments on commit 174d14a

Please sign in to comment.