@@ -11,7 +11,7 | |||||
11 | self.ipDestino = ipDestino |
|
11 | self.ipDestino = ipDestino | |
12 | self.portDestino = portDestino |
|
12 | self.portDestino = portDestino | |
13 | self.addr = (ipDestino,portDestino) |
|
13 | self.addr = (ipDestino,portDestino) | |
14 |
self.answer = |
|
14 | self.answer = "none" #test | |
15 | self.mode = "none" |
|
15 | self.mode = "none" | |
16 |
|
16 | |||
17 | self.openSocket(asServer) |
|
17 | self.openSocket(asServer) |
General Comments 0
You need to be logged in to leave comments.
Login now