diff options
Diffstat (limited to 'bitbake/lib/hashserv/client.py')
-rw-r--r-- | bitbake/lib/hashserv/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/hashserv/client.py b/bitbake/lib/hashserv/client.py index 5f7d22ab13..9542d72f6c 100644 --- a/bitbake/lib/hashserv/client.py +++ b/bitbake/lib/hashserv/client.py | |||
@@ -115,6 +115,7 @@ class Client(bb.asyncrpc.Client): | |||
115 | super().__init__() | 115 | super().__init__() |
116 | self._add_methods( | 116 | self._add_methods( |
117 | "connect_tcp", | 117 | "connect_tcp", |
118 | "connect_websocket", | ||
118 | "get_unihash", | 119 | "get_unihash", |
119 | "report_unihash", | 120 | "report_unihash", |
120 | "report_unihash_equiv", | 121 | "report_unihash_equiv", |