refactor: comment out unused AutoIndex import and related code

This commit is contained in:
2025-02-08 13:25:40 +01:00
parent 043b1d3628
commit fdccde6137
+1 -1
View File
@@ -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 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 functions for rescanning the music folder, updating the music list, and serving the music list via
API endpoints. API endpoints.
""" """
import json import json
import logging import logging
import os import os