Skip to content
Snippets Groups Projects
Commit d1b7ba5d authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/websocket_helper.py: Fix typo in debug output.

parent 6a6e0b7e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment