Skip to content

Commit b956342

Browse files
committed
flipped the port back to 5001
1 parent 27bdd26 commit b956342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/electron/services/PythonServerService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class PythonServerService {
3333
console.log('[PythonServerService] DEBUG: Constructor called with config:', JSON.stringify(config, null, 2));
3434

3535
this.config = {
36-
serverPort: 55555,
36+
serverPort: 5001,
3737
serverHost: '127.0.0.1',
3838
venvName: 'venv',
3939
pythonPath: process.platform === 'win32' ? 'python' : 'python3',

0 commit comments

Comments
 (0)