mirror of
https://github.com/koush/scrypted.git
synced 2026-04-27 02:11:08 +01:00
server: use target rather than prefix
This commit is contained in:
@@ -90,6 +90,8 @@ export class PythonRuntimeWorker extends ChildProcessWorker {
|
||||
// stdin, stdout, stderr, peer in, peer out
|
||||
stdio: ['pipe', 'pipe', 'pipe', 'pipe', 'pipe'],
|
||||
env: Object.assign({
|
||||
// rev this if the base python version or server characterstics change.
|
||||
SCRYPTED_BASE_VERSION: '20240308',
|
||||
PYTHONUNBUFFERED: '1',
|
||||
PYTHONPATH,
|
||||
SCRYPTED_DEBUGPY_TARGET,
|
||||
|
||||
Reference in New Issue
Block a user