mirror of
https://github.com/koush/scrypted.git
synced 2026-04-27 02:11:08 +01:00
server: rename to plugin_remote.py
This commit is contained in:
@@ -28,7 +28,7 @@ export class PythonRuntimeWorker extends ChildProcessWorker {
|
||||
)
|
||||
}
|
||||
args.push(
|
||||
path.join(__dirname, '../../../python', 'plugin-remote.py'),
|
||||
path.join(__dirname, '../../../python', 'plugin_remote.py'),
|
||||
)
|
||||
|
||||
const gstEnv: NodeJS.ProcessEnv = {};
|
||||
|
||||
Reference in New Issue
Block a user