mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
#6718: fix example.
This commit is contained in:
parent
0cfbd65975
commit
e8ddbece0f
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ This is the client side::
|
|||
import socket
|
||||
import sys
|
||||
|
||||
HOST, PORT = "localhost"
|
||||
HOST, PORT = "localhost", 9999
|
||||
data = " ".join(sys.argv[1:])
|
||||
|
||||
# SOCK_DGRAM is the socket type to use for UDP sockets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue