正确地显示requests错误

这个提交包含在:
Your Name
2023-03-23 00:34:55 +08:00
父节点 b3a67b84b9
当前提交 ac2c8cab1f
共有 4 个文件被更改,包括 153 次插入54 次删除

16
.vscode/launch.json vendored 普通文件
查看文件

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
}
]
}