Untitled

Anonymous
plain_text
03/09/2025 6:44 AM
208 B
17
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