mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix format string in websocket example
This commit is contained in:
parent
c9f29e0b59
commit
5288a797ef
@ -82,7 +82,7 @@ class Websocket:
|
||||
return
|
||||
|
||||
except socket.error as err:
|
||||
print("Unable to establish a websocket connection: {}, {}".format(err))
|
||||
print("Unable to establish a websocket connection: {}".format(err))
|
||||
raise
|
||||
|
||||
def handshake(self, data):
|
||||
|
Loading…
x
Reference in New Issue
Block a user