spotDL exec command debug log

This commit is contained in:
Ofirfr
2025-01-11 23:30:27 +02:00
parent 69c5f7093e
commit 8ad5ff0860

View File

@@ -248,6 +248,7 @@ def download_missing_tracks(self):
command.append("--proxy") command.append("--proxy")
command.append(app.config['SPOTDL_PROXY']) command.append(app.config['SPOTDL_PROXY'])
app.logger.debug(f"Executing the spotDL command: {' '.join(command)}")
result = subprocess.run(command, capture_output=True, text=True, timeout=90) result = subprocess.run(command, capture_output=True, text=True, timeout=90)
if result.returncode == 0: if result.returncode == 0:
track.downloaded = True track.downloaded = True