We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c5f3e commit 2e00a87Copy full SHA for 2e00a87
examples/wiznet5k_simpleserver.py
@@ -24,7 +24,7 @@
24
socket.set_interface(eth)
25
server = socket.socket() # Allocate socket for the server
26
server_ip = "192.168.10.1" # IP address of server
27
-server_port = 50007 # Port to listen on
+server_port = 50007 # Port to listen on
28
server.bind((server_ip, server_port)) # Bind to IP and Port
29
server.listen() # Begin listening for incoming clients
30
0 commit comments