le caca coule au cucu
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user