Index: examples/python/__mojo__.py |
diff --git a/examples/python/__mojo__.py b/examples/python/__mojo__.py |
index 24271cd13c69311b4b4d7f07de585a1a79ed082d..441c490221a3021f344b487bd9963f1f77d50981 100644 |
--- a/examples/python/__mojo__.py |
+++ b/examples/python/__mojo__.py |
@@ -14,7 +14,10 @@ from mojo_application import application_runner |
import mojo_system |
class ExampleApp(application_delegate.ApplicationDelegate): |
- def OnAcceptConnection(self, service_provider, requestor_url, |
+ def OnAcceptConnection(self, |
+ requestor_url, |
+ resolved_url, |
+ service_provider, |
exposed_services): |
service_provider.AddService(ExampleServiceImpl) |
return True |