From 6c3ffca0763acd40a1b9de3fc3759c699d13de13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 17 Aug 2025 00:51:26 +0200 Subject: [PATCH] Update import_drops command arguments to use new JSON path --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 78f0490..05881db 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,8 +18,7 @@ "request": "launch", "args": [ "import_drops", - // uv run python manage.py import_drops "E:\2025-01-27\Code\twitch-drop-notifier\json" - "E:\\2025-01-27\\Code\\twitch-drop-notifier\\json" + "C:\\Responses" ], "django": false, "autoStartBrowser": false,