Update pylint parameters

This commit is contained in:
rany2
2023-04-30 23:48:20 +03:00
parent 6c55e815bb
commit 94603ab536
2 changed files with 4 additions and 4 deletions

View File

@@ -419,7 +419,7 @@ class Communicate:
"We received a binary message, but it is missing the header length."
)
# See: https://github.com/microsoft/cognitive-services-speech-sdk-js/blob/d071d11d1e9f34d6f79d0ab6114c90eecb02ba1f/src/common.speech/WebsocketMessageFormatter.ts#L46
# See: https://github.com/microsoft/cognitive-services-speech-sdk-js/blob/d071d11/src/common.speech/WebsocketMessageFormatter.ts#L46
header_length = int.from_bytes(received.data[:2], "big")
if len(received.data) < header_length + 2:
raise UnexpectedResponse(