Skip to content

Commit

Permalink
fix encoding test
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Nov 13, 2024
1 parent 629b4b7 commit 7363c2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@
"program": "${workspaceFolder}/bin/teddycloud",
"args": [
"--encode",
"https://download.samplelib.com/mp3/sample-15s.mp3",
"--destination",
"data/library/test-encode.taf",
"https://download.samplelib.com/mp3/sample-15s.mp3",
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/",
Expand Down Expand Up @@ -153,7 +152,9 @@
"request": "launch",
"module": "cProfile",
"args": [
"-o", "${workspaceFolder}/fake-server/server.py.prof", "${workspaceFolder}/fake-server/server.py"
"-o",
"${workspaceFolder}/fake-server/server.py.prof",
"${workspaceFolder}/fake-server/server.py"
],
"justMyCode": true
}
Expand Down

0 comments on commit 7363c2b

Please sign in to comment.