summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/scripts/websocket_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/scripts/websocket_helper.py b/esp8266/scripts/websocket_helper.py
index 4c388a028b..9c06db5023 100644
--- a/esp8266/scripts/websocket_helper.py
+++ b/esp8266/scripts/websocket_helper.py
@@ -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