More work on notification

This commit is contained in:
Marco Pesenti Gritti
2006-05-15 16:28:09 -04:00
parent d2a0bd4d65
commit 2fdedc751e
8 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class LocalModel(AbstractModel):
self._notifier.notify(key)
def _setup_service(self):
service = Service(self._model_id, LocalModel.SERVICE_TYPE, '',
service = Service(self._model_id, LocalModel.SERVICE_TYPE,
LocalModel.SERVICE_PORT)
self._setup_server(service)
service.register(self._group)