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