Update import_drops command arguments to use new JSON path

This commit is contained in:
Joakim Hellsén 2025-08-17 00:51:26 +02:00
commit 6c3ffca076

3
.vscode/launch.json vendored
View file

@ -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,