mirror of
https://github.com/koush/scrypted.git
synced 2026-04-27 02:11:08 +01:00
server: update deps
This commit is contained in:
@@ -86,7 +86,7 @@ export class PythonRuntimeWorker extends ChildProcessWorker {
|
||||
}
|
||||
}
|
||||
|
||||
let pythonPath = process.env.SCRYPTED_PYTHON_PATH;
|
||||
let pythonPath = !process.env.SCRYPTED_PORTABLE_PYTHON && process.env.SCRYPTED_PYTHON_PATH;
|
||||
|
||||
if (!pythonPath) {
|
||||
if (os.platform() === 'win32') {
|
||||
|
||||
Reference in New Issue
Block a user