mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
esp8266/websocket_helper.py: Fix typo in debug output.
This commit is contained in:
@@ -41,7 +41,7 @@ def server_handshake(sock):
|
||||
respkey = d.digest()
|
||||
respkey = binascii.b2a_base64(respkey)[:-1]
|
||||
if DEBUG:
|
||||
print("respkey:", resp)
|
||||
print("respkey:", respkey)
|
||||
|
||||
sock.send(b"""\
|
||||
HTTP/1.1 101 Switching Protocols\r
|
||||
|
||||
Reference in New Issue
Block a user