Untitled
unknown
plain_text
9 months ago
156 B
8
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