| Index: client/libs/logdog/bootstrap.py
|
| diff --git a/client/libs/logdog/bootstrap.py b/client/libs/logdog/bootstrap.py
|
| index 980368babb02709b70f5b63c7e07bcd64a7ebb7f..168a84c9e61a7e58b2a2b623689efdc4e6285554 100644
|
| --- a/client/libs/logdog/bootstrap.py
|
| +++ b/client/libs/logdog/bootstrap.py
|
| @@ -69,4 +69,4 @@ class ButlerBootstrap(_ButlerBootstrapBase):
|
| """
|
| if not self.streamserver_uri:
|
| raise ValueError('No streamserver in bootstrap environment.')
|
| - return stream.StreamClient.create(self.streamserver_uri)
|
| + return stream.create(self.streamserver_uri)
|
|
|