We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4424531 commit a894083Copy full SHA for a894083
src/replit_river/v2/session.py
@@ -316,7 +316,7 @@ async def websocket_closed_callback() -> None:
316
raise RiverException(
317
ERROR_HANDSHAKE,
318
f"Handshake failed with code {handshake_response.status.code}: " # noqa: E501
319
- + f"{handshake_response.status.reason}",
+ f"{handshake_response.status.reason}",
320
)
321
322
last_error = None
0 commit comments