Skip to content

Commit 5890b3e

Browse files
Update client.py
1 parent d5ef392 commit 5890b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import socket
22
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
33
host = socket.gethostname()
4-
<!-host="192.168.43.138"-->
4+
#host="192.168.43.138"
55
port = 1255
66
s.connect((host, port))
77
con = True

0 commit comments

Comments
 (0)