This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Douyin_Web_Live/.vscode/launch.json
2021-12-01 23:44:25 +08:00

13 lines
324 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: 当前文件",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": ["https://live.douyin.com/162574996168"]
}
]
}