Lot of fixes
This commit is contained in:
@@ -67,7 +67,6 @@ class LocalGroup(Group):
|
||||
|
||||
def _on_service_resolved(self, interface, protocol, name, stype, domain,
|
||||
host, aprotocol, address, port, txt, flags):
|
||||
print name
|
||||
if name != self._owner.get_service().get_name():
|
||||
service = Service(name, host, address, port)
|
||||
self._services[name] = service
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import xmlrpclib
|
||||
import traceback
|
||||
import socket
|
||||
|
||||
import network
|
||||
|
||||
Reference in New Issue
Block a user