Skip to content

Commit

Permalink
Add multiple values for subpy
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jan 24, 2018
1 parent 8da2f21 commit 8046b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demonstrator/main.js
Expand Up @@ -6,6 +6,9 @@ app.on('window-all-closed', () => {

app.on('ready', () => {
var subpy = require('child_process').spawn('python3', ['webapp.py']);
//var subpy = require('child_process').spawn('python', ['webapp.py']);
//var subpy = require('child_process').spawn('webapp.exe');
//var subpy = require('child_process').spawn('webapp.app');
var rq = require('request-promise');
var mainAddr = 'http://127.0.0.1:5000';

Expand Down

0 comments on commit 8046b6f

Please sign in to comment.