The comeback

This commit is contained in:
2024-12-09 06:18:57 +01:00
parent dc19efc536
commit eb283451a8
37 changed files with 813 additions and 2402 deletions

22
.vscode/launch.json vendored
View File

@ -12,28 +12,6 @@
],
"django": true,
"justMyCode": true
},
{
"name": "scrape_twitch",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/manage.py",
"args": [
"scrape_twitch"
],
"django": true,
"justMyCode": true
},
{
"name": "scrape_local",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/manage.py",
"args": [
"scrape_local"
],
"django": true,
"justMyCode": true
}
]
}