mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-24 17:40:32 +02:00
Test draw application
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -36,13 +36,6 @@ class DrawConsumer(AsyncJsonWebsocketConsumer):
|
||||
"""
|
||||
This consumer manages the websocket of the draw interface.
|
||||
"""
|
||||
def __int__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.tournament_id = None
|
||||
self.tournament = None
|
||||
self.participations = None
|
||||
self.registration = None
|
||||
|
||||
async def connect(self) -> None:
|
||||
"""
|
||||
This function is called when a new websocket is trying to connect to the server.
|
||||
|
Reference in New Issue
Block a user