diff options
Diffstat (limited to 'CAO_Game.py')
-rw-r--r-- | CAO_Game.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CAO_Game.py b/CAO_Game.py index 27a5567..c12442a 100644 --- a/CAO_Game.py +++ b/CAO_Game.py @@ -146,9 +146,11 @@ class CAO_Game(): p.send_notification({ 'op': 'received_card', - 'card': { - 'id': idx, - 'desc': card_desc, + 'content': { + 'card': { + 'id': idx, + 'desc': card_desc, + }, }, }) p.set_has_played(False) |