Packages: fixed a path to python 3.12 example app

This commit is contained in:
Konstantin Pavlov
2024-02-13 11:19:34 -08:00
committed by Dan Callahan
parent 183a1e9d63
commit 5570d807d9

View File

@@ -3,7 +3,7 @@
"example_python": {
"type": "python 3.12",
"processes": 2,
"path": "/usr/share/doc/unit-python3.12/examples/python-app",
"path": "/usr/share/doc/unit-python312/examples/python-app",
"module": "wsgi"
}
},