mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
update wisp server, fix some memory issues
This commit is contained in:
parent
8ac0f40896
commit
11795d2772
8 changed files with 57 additions and 46 deletions
|
@ -14,7 +14,7 @@ fi
|
|||
source $SERVER_PATH/.venv/bin/activate
|
||||
|
||||
if ! python3 -c "import websockets, asyncudp" 2> /dev/null; then
|
||||
pip3 install -r $SERVER_PATH/requirements.txt
|
||||
pip3 install -e $SERVER_PATH
|
||||
fi
|
||||
|
||||
python3 $SERVER_PATH/main.py "$@"
|
||||
python3 -m wisp.server "$@"
|
Loading…
Add table
Add a link
Reference in a new issue