Untitled

 avatar
unknown
plain_text
13 days ago
156 B
5
Indexable
result = subprocess.run(
    [sys.executable, discogs_script, artist_album_name],  # Changed from 'python3'
    capture_output=True, text=True, check=True
)
Editor is loading...
Leave a Comment