update scripts to not cd to TODO MUSIC
This commit is contained in:
@@ -18,7 +18,6 @@ def main():
|
||||
print("Url has to be a spotify link!")
|
||||
sys.exit(-1)
|
||||
print("executing command")
|
||||
call("cd \"/home/sem/TODO MUSIC\"", shell=True)
|
||||
call("spotdl download " + url, shell=True, user="sem")
|
||||
# call("./download-spotify.sh " + url, shell=True, user="sem") # run as user sem to have the SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET environment variables set
|
||||
|
||||
|
||||
Reference in New Issue
Block a user