We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7773439 commit 3882ee1Copy full SHA for 3882ee1
lib/emulation/utils.js
@@ -40,7 +40,7 @@ const systemTools = {
40
},
41
'python': {
42
isCompiled: false,
43
- startCommand: "python3 src/server.py",
+ startCommand: "helpers/server.sh",
44
dependencyFiles: [ "requirements.txt", "requirements.lock" ]
45
46
'python-ml': {
0 commit comments