From fdccde6137f529ab0bc9a390a59449d89733ae79 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Sat, 8 Feb 2025 13:25:40 +0100 Subject: [PATCH] refactor: comment out unused AutoIndex import and related code --- conjurer_musician/conjurer_musician.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conjurer_musician/conjurer_musician.py b/conjurer_musician/conjurer_musician.py index 11048c5..17129e9 100644 --- a/conjurer_musician/conjurer_musician.py +++ b/conjurer_musician/conjurer_musician.py @@ -1,9 +1,9 @@ -# This Python file uses the following encoding: utf-8 """ The provided Python script sets up a Flask web server to manage a list of music files, with functions for rescanning the music folder, updating the music list, and serving the music list via API endpoints. """ + import json import logging import os