Update scripts/generate_playlist.py
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m14s
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m14s
This commit is contained in:
parent
8c1687ba55
commit
41ae5b6884
1 changed files with 1 additions and 1 deletions
|
@ -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=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue