@@ -4,8 +4,7 | |||||
4 |
|
4 | |||
5 | class ABSServer: |
|
5 | class ABSServer: | |
6 |
|
6 | |||
7 |
|
|
7 | def __init__(self,ipSource="localhost", ipDestino="192.168.1.117", portDestino=7000, ipDestino2="192.168.1.11", portDestino2=5500): | |
8 | def __init__(self,ipSource="localhost", ipDestino="100.100.12.117", portDestino=7000, ipDestino2="192.168.1.11", portDestino2=5500): |
|
|||
9 |
|
8 | |||
10 | self.ipSource = ipSource |
|
9 | self.ipSource = ipSource | |
11 | self.ipDestino = ipDestino |
|
10 | self.ipDestino = ipDestino |
General Comments 0
You need to be logged in to leave comments.
Login now