Skip to content

Commit 5003ca3

Browse files
committed
Splitting long line for linter
1 parent f4364f1 commit 5003ca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/client_for_wiznet5k_simpleserver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import time
44

55
print("A simple client for the wiznet5k_simpleserver.py example in this directory")
6-
print("Run this on any device connected to the same network as the server, after editing this script with the correct HOST & PORT\n")
6+
print("Run this on any device connected to the same network as the server, after "
7+
"editing this script with the correct HOST & PORT\n")
78
# Or, use any TCP-based client that can easily send 1024 bytes. For example:
89
# python -c 'print("1234"*256)' | nc 192.168.10.1 50007
910

0 commit comments

Comments
 (0)