le caca coule au cucu

This commit is contained in:
2024-03-25 16:11:07 +01:00
committed by AdrienLSH
parent 602d4f300f
commit a6c27fc87a
7 changed files with 20 additions and 11 deletions

View File

@ -210,7 +210,7 @@ class ChatNoticeConsumer(WebsocketConsumer):
if (targets[0] in self.channel_layer.invite[user.pk]):
self.channel_layer.invite[user.pk].remove(targets[0])
id_game = GameModel().create([user.pk, targets[0]]);
id_game = GameModel().create("pong", [user.pk, targets[0]]);
return 200, id_game