update files

This commit is contained in:
2026-03-24 23:55:29 -06:00
parent d134e4ab27
commit c01db38eb3
28 changed files with 209 additions and 5 deletions

View File

@ -24,7 +24,7 @@ class PythonBackend {
? path.join(__dirname, '..', 'backend')
: path.join(process.resourcesPath, 'backend');
const pythonCmd = process.platform === 'win32' ? 'python' : 'python3';
const pythonCmd = process.platform === 'win32' ? 'python' : '/home/dillon/.pyenv/versions/3.11.15/bin/python';
this.process = spawn(pythonCmd, [
'-m', 'uvicorn', 'main:app',