Код: Выделить всё
from websocket import create_connection
ws = create_connection("the websocket url")
< /code>
Я нашел: < /p>
ws.enableTrace(True)
Код: Выделить всё
import logging
logging.basicConfig(
format="%(asctime)s %(message)s",
level=logging.DEBUG,
)
может кто -нибудь, пожалуйста?>
Подробнее здесь: https://stackoverflow.com/questions/797 ... -handshake