Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit d1b7ba5

Browse files
author
Paul Sokolovsky
committed
esp8266/websocket_helper.py: Fix typo in debug output.
1 parent 6a6e0b7 commit d1b7ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266/scripts/websocket_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def server_handshake(sock):
4141
respkey = d.digest()
4242
respkey = binascii.b2a_base64(respkey)[:-1]
4343
if DEBUG:
44-
print("respkey:", resp)
44+
print("respkey:", respkey)
4545

4646
sock.send(b"""\
4747
HTTP/1.1 101 Switching Protocols\r

0 commit comments

Comments
 (0)