Refactor import command
This commit is contained in:
parent
cf1f78a813
commit
1a015f102c
7 changed files with 135 additions and 284 deletions
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
|
|
@ -11,6 +11,18 @@
|
|||
"django": true,
|
||||
"autoStartBrowser": false,
|
||||
"program": "${workspaceFolder}\\manage.py"
|
||||
},
|
||||
{
|
||||
"name": "Python Debugger: Import Drops",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"args": [
|
||||
"import_drops",
|
||||
"C:\\Code\\TwitchDropsMiner\\responses"
|
||||
],
|
||||
"django": false,
|
||||
"autoStartBrowser": false,
|
||||
"program": "${workspaceFolder}\\manage.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue