Update scripts/generate_playlist.py
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m14s

This commit is contained in:
stoney420 2025-06-28 07:15:28 +02:00
parent 8c1687ba55
commit 41ae5b6884

View file

@ -31,7 +31,7 @@ from report_generator import ReportGenerator
def setup_logging():
"""Setup comprehensive logging."""
logging.basicConfig(
level=logging.DEBUG, # Changed to DEBUG for more info
level=logging.DEBUG, # Changed to DEBUG for more info
format='[%(asctime)s] %(levelname)s: %(message)s',
datefmt='%Y-%m-%d %H:%M:%S',
handlers=[