Skip to content

Commit 1c8b045

Browse files
committed
streaming - working
1 parent ece7bb5 commit 1c8b045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stream_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ async def handle_message(self, message):
103103
if "response" in message and any(
104104
resp.get("code") == "0" for resp in message["response"]): # Check if login is successful
105105
self.color_print.print("info", "Logged in successfully, sending subscription requests...")
106-
await self.send_subscription_requests()
107106
else:
108107
self.color_print.print("info", f"Received: {message}")
109108

0 commit comments

Comments
 (0)