diff --git a/osinaweb/support/__pycache__/consumers.cpython-310.pyc b/osinaweb/support/__pycache__/consumers.cpython-310.pyc index 1c3d460d..662c87d7 100644 Binary files a/osinaweb/support/__pycache__/consumers.cpython-310.pyc and b/osinaweb/support/__pycache__/consumers.cpython-310.pyc differ diff --git a/osinaweb/support/consumers.py b/osinaweb/support/consumers.py index b568c739..9c50761e 100644 --- a/osinaweb/support/consumers.py +++ b/osinaweb/support/consumers.py @@ -185,10 +185,7 @@ class TicketRoomConsumer(WebsocketConsumer): 'user': event['user'] } html = render_to_string("details_templates/partials/ticket-online-users.html", context=context) - self.send(text_data=json.dumps({ - 'event_type': 'user_status', - 'html': html - })) + print('hi')