mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-06-13 04:05:07 +03:00
Fix bug of "Connection aborted"(Linux platform)
This commit is contained in:
Vendored
+3
-3
@@ -11,7 +11,7 @@
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"python": "python.exe",
|
||||
"python": "python3",
|
||||
"env": {
|
||||
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
|
||||
},
|
||||
@@ -22,7 +22,7 @@
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/TIDALDL-PY/tidal_dl/__init__.py",
|
||||
"console": "integratedTerminal",
|
||||
"python": "python.exe",
|
||||
"python": "python3",
|
||||
"env": {
|
||||
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
|
||||
},
|
||||
@@ -41,7 +41,7 @@
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/TIDALDL-PY/tidal_dl/__init__.py",
|
||||
"console": "integratedTerminal",
|
||||
"python": "python.exe",
|
||||
// "python": "python3",
|
||||
"env": {
|
||||
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user