Ejemplo n.º 1
0
 def __init__(self, ip, port, info_dict, db):
     self._ip = ip
     self._port = int(port)
     self._db = db
     self._info_dict = info_dict # to be passed to the zeroconf part
     
     self._zeroconf_service = ZeroconfService(self._info_dict)
     
     self._running = False
     print(ip, port, )