瀏覽代碼

更新缺少代码

zhangdongming 1 年之前
父節點
當前提交
248d507c01
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Service/DevicePushService.py

+ 1 - 0
Service/DevicePushService.py

@@ -210,6 +210,7 @@ class DevicePushService:
                     params['lang'] = lang
                     params['tz'] = tz
                     params['push_type'] = push_type
+                    params['redis_obj'] = redis_obj
 
                     GlobalThreadPool().submit(cls.send_app_msg_push, **params)
                     # push_thread = threading.Thread(