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 bc4e949 commit d83dddcCopy full SHA for d83dddc
background_tasks/linker.html
@@ -7,7 +7,7 @@
7
const log = require('electron-log');
8
9
const bridgePath = getScriptPath('bridge.py');
10
- const pyshell = new PythonShell(bridgePath, { pythonPath: 'python3' });
+ const pyshell = new PythonShell(bridgePath);
11
log.info('Python spawned:', pyshell && pyshell.command);
12
13
loadBalancer.job(
background_tasks/playback.html
@@ -8,7 +8,7 @@
// For distribution, we bundle everything into an asar archive.
14
0 commit comments