spotDL exec command debug log
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user