Update import_drops command

This commit is contained in:
Joakim Hellsén 2025-08-16 02:13:47 +02:00
commit 49664742ef
3 changed files with 110 additions and 67 deletions

4
.vscode/launch.json vendored
View file

@ -18,8 +18,8 @@
"request": "launch",
"args": [
"import_drops",
// C:\Code\TwitchDropsMiner\responses\processed\broken_json
"C:\\Code\\TwitchDropsMiner\\responses\\processed\\broken_json"
// 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"
],
"django": false,
"autoStartBrowser": false,