update scripts to not cd to TODO MUSIC

This commit is contained in:
2025-12-07 15:52:42 +00:00
parent 8edfb40df3
commit 67132dfabe
36 changed files with 8732 additions and 4 deletions

View File

@@ -11,8 +11,7 @@ def main():
print("Url has to be a soundcloud link!")
sys.exit(-1)
print("executing command")
call("cd /home/sem/TODO\ MUSIC/",shell=True)
call("./download-soundcloud.sh " + url,shell=True)
if __name__ == "__main__":
main()
main()