server: rename to plugin_remote.py

This commit is contained in:
Koushik Dutta
2023-02-16 23:26:59 -08:00
parent 282707cf4a
commit 44af4ce006
3 changed files with 1 additions and 10 deletions

View File

@@ -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 = {};