diff --git a/xwords4/relay/scripts/gcm_loop.py b/xwords4/relay/scripts/gcm_loop.py index e16f0eadc..e93378f8f 100755 --- a/xwords4/relay/scripts/gcm_loop.py +++ b/xwords4/relay/scripts/gcm_loop.py @@ -114,7 +114,7 @@ def notifyGCM( devids, typ, target ): if typ == DEVTYPE_GCM: if 3 <= target['clntVers']: connname = "%s/%d" % (target['connname'], target['hid']) - data = { 'msg64': target['msg64'], + data = { 'msgs64': [ target['msg64'] ], 'connname': connname, } else: