Rev python example

This commit is contained in:
Chuck Lantz
2019-04-19 13:47:02 -07:00
parent a48afbb8de
commit 0715db599a
5 changed files with 62 additions and 15 deletions

4
.vscode/launch.json vendored
View File

@@ -5,10 +5,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File (Integrated Terminal)",
"name": "Launch Server",
"type": "python",
"request": "launch",
"program": "${file}",
"program": "${workspaceFolder}/server.py",
"console": "integratedTerminal"
}
]