upload new version

This commit is contained in:
yaronzz
2021-03-24 09:03:01 +08:00
parent fc2e899cdc
commit fdac054187
4 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"python": "python3",
// "python": "python3",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},
@@ -22,15 +22,15 @@
"request": "launch",
"program": "${workspaceRoot}/TIDALDL-PY/tidal_dl/__init__.py",
"console": "integratedTerminal",
"python": "python3",
// "python": "python3",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},
"args": [
"--link",
"https://tidal.com/browse/track/153955724",
"https://tidal.com/browse/track/70973230",
"-o",
"./download/",
"e:\\test",
"-q",
"0"
]