mirror of
https://github.com/akuker/RASCSI.git
synced 2025-07-28 10:24:37 +00:00
* python client library clean branch for PR. #455 * removed superfluous file. #455 * removed one more superfluous file. #455 * README.md, .pylintrc and pylint based fixes. #455 * updated wrt. to the review comments. #455 * removed pylint documentation duplication. #455
This commit is contained in:
@@ -104,6 +104,8 @@ while [ "$1" != "" ]; do
|
||||
shift
|
||||
done
|
||||
|
||||
PYTHON_COMMON_PATH=$(dirname $PWD)/common/src
|
||||
echo "Starting web server for RaSCSI Web Interface..."
|
||||
export PYTHONPATH=$PWD/src:${PYTHON_COMMON_PATH}
|
||||
cd src
|
||||
python3 web.py ${PORT} ${PASSWORD}
|
||||
|
Reference in New Issue
Block a user