Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit bfbd45f

Browse files
author
Sourcery AI
committed
'Refactored by Sourcery'
1 parent 9e23d75 commit bfbd45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

realtime/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def _join(self) -> None:
6161
try:
6262
await self.socket.ws_connection.send(json.dumps(join_req))
6363
except Exception as e:
64-
print(str(e)) # TODO: better error propagation
64+
print(e)
6565
return
6666

6767
def on(self, event: str, callback: Callback) -> Channel:

0 commit comments

Comments
 (0)