compatibility websocket server / add non ssl echo_server which does not run into the ssl error (#140)
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
case $MODE in
|
||||
echo_server)
|
||||
./echo_server.py
|
||||
python /usr/bin/echo_server.py
|
||||
;;
|
||||
ssl)
|
||||
echo_server_ssl)
|
||||
python /usr/bin/echo_server_ssl.py
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user