Skip to content

Commit 51179b4

Browse files
committed
be explicit about args
1 parent d7ed47f commit 51179b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wsproto/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def frame_outbound(
271271
return (rsv, data)
272272

273273
if opcode is not Opcode.CONTINUATION:
274-
rsv = RsvBits(True, *rsv[1:])
274+
rsv = RsvBits(True, rsv[1], rsv[2])
275275

276276
if self._compressor is None:
277277
assert opcode is not Opcode.CONTINUATION

0 commit comments

Comments
 (0)