We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ef392 commit 5890b3eCopy full SHA for 5890b3e
client.py
@@ -1,7 +1,7 @@
1
import socket
2
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
3
host = socket.gethostname()
4
-<!-host="192.168.43.138"-->
+#host="192.168.43.138"
5
port = 1255
6
s.connect((host, port))
7
con = True
0 commit comments