Refactor import_drops command

This commit is contained in:
Joakim Hellsén 2025-08-12 17:09:28 +02:00
commit 5878ec186f
10 changed files with 495 additions and 88 deletions

3
.vscode/launch.json vendored
View file

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