mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
update wisp client and server
This commit is contained in:
parent
5e9f26f818
commit
1bce63801d
6 changed files with 10 additions and 5 deletions
|
@ -13,7 +13,7 @@ if [ ! -d "$SERVER_PATH.venv" ]; then
|
|||
fi
|
||||
source $SERVER_PATH/.venv/bin/activate
|
||||
|
||||
if ! python3 -c "import websockets" 2> /dev/null; then
|
||||
if ! python3 -c "import websockets, asyncudp" 2> /dev/null; then
|
||||
pip3 install -r $SERVER_PATH/requirements.txt
|
||||
fi
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b18670f742ec2ff8efaee6074c36dfb568f20ba2
|
||||
Subproject commit ae2ec5f867aa64495e99facfeecf4307ec46d702
|
Loading…
Add table
Add a link
Reference in a new issue