diff --git a/sugar/p2p/NotificationListener.py b/sugar/p2p/NotificationListener.py index dd48acac..bce9dc8f 100644 --- a/sugar/p2p/NotificationListener.py +++ b/sugar/p2p/NotificationListener.py @@ -4,7 +4,7 @@ import network class NotificationListener: def __init__(self, group, name): service = group.get_service(name, Notifier.TYPE) - server = network.GroupServer(service.get_address(), + server = network.GroupServer(service.get_group_address(), service.get_port(), self._recv_multicast) server.start()