We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97463ee commit d2cd97cCopy full SHA for d2cd97c
.vscode/launch.docker.json
@@ -93,8 +93,8 @@
93
},
94
"name": "ALPR",
95
"type": "python",
96
- // "python": "/app/modules/ALPR/bin/ubuntu/python38/venv/bin/python",
97
- "python": "/app/modules/ALPR/bin/debian/python38/venv/bin/python",
+ "python": "/app/modules/ALPR/bin/ubuntu/python38/venv/bin/python",
+ // "python": "/app/modules/ALPR/bin/debian/python38/venv/bin/python",
98
"request": "launch",
99
"program": "ALPR_adapter.py",
100
"console": "integratedTerminal",
0 commit comments