Unverified Commit 45651ef1 authored by kladko's avatar kladko

Fixed add README toc

parent 316bdfa3
......@@ -24,7 +24,6 @@ s1 = socket.socket()
s2 = socket.socket()
s3 = socket.socket()
address = '127.0.0.1'
port = 80 # port number is a number, not string
s1.connect((address, 1026))
s2.connect((address, 1027))
s3.connect((address, 1028))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment