Skip to content

Commit

Permalink
with python3 -m, of course
Browse files Browse the repository at this point in the history
  • Loading branch information
sctech-tr authored Sep 17, 2024
1 parent 75148d5 commit 1978b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify2ytmusic/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def run_in_thread():
else: # For Unix and Linux
try:
subprocess.call(
"ytmusicapi oauth",
"python3 -m ytmusicapi oauth",
shell=True,
stdout=subprocess.PIPE,
)
Expand Down

0 comments on commit 1978b3f

Please sign in to comment.