##// END OF EJS Templates
imanay -
r104:105
parent child
Show More
@@ -45,11 +45,11
45 45 host = "192.168.1." + str(i)
46 46 s.connect((host, 5500))
47 47
48 fd = open("input2.txt","r")
48 fd = open("input3.txt","r")
49 49 FileList = fd.readlines()
50 50 data = "".join(FileList)
51 51
52 cmd = "ANST"
52 cmd = "SNDF"
53 53
54 54 dfl = 0
55 55 lng = int2str(dfl)
General Comments 0
You need to be logged in to leave comments. Login now