Skip to content

Commit 643b462

Browse files
authored
black
1 parent 00825c8 commit 643b462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp32spi_tcp_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
s.connect(socketaddr)
3838

3939
print("Sending")
40-
s.send(b'Hello, world')
40+
s.send(b"Hello, world")
4141

4242
print("Receiving")
4343
print(s.recv(128))

0 commit comments

Comments
 (0)