Commit 525e936
committed
Fix Python default port assignment from 5000 to 3000
Changed the default port assignment for Python programs in auto-discovery
from 5000 to 3000 to align with the standard port range (3000-3999).
This ensures forensic_cpa_ai and other Python services use ports in the
correct range instead of defaulting to 5000.
https://claude.ai/code/session_01TxioM4AYTvC4DymoDyFZzC1 parent 695720d commit 525e936
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments