From 12905202cd0ecbbb88d3c0fdbf43e12cff7f5058 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Mon, 1 May 2023 13:41:59 -0400 Subject: [PATCH] Don't ignore actual consumed ws data --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 64d8573..5b15c50 100644 --- a/main.py +++ b/main.py @@ -183,6 +183,7 @@ def ws_onmessage(ws, message): statuses = all_statuses[str(ws.current_room)] if str(ws.current_room) in all_statuses else {} print(usermessage) print_userlist(statuses, result["data"]["objects"]["user"]) + return # Track ignored data if result["type"] not in ws.ignored: