Update import_drops command arguments to use new JSON path
This commit is contained in:
parent
10087e85f8
commit
6c3ffca076
1 changed files with 1 additions and 2 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -18,8 +18,7 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"args": [
|
"args": [
|
||||||
"import_drops",
|
"import_drops",
|
||||||
// uv run python manage.py import_drops "E:\2025-01-27\Code\twitch-drop-notifier\json"
|
"C:\\Responses"
|
||||||
"E:\\2025-01-27\\Code\\twitch-drop-notifier\\json"
|
|
||||||
],
|
],
|
||||||
"django": false,
|
"django": false,
|
||||||
"autoStartBrowser": false,
|
"autoStartBrowser": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue