Browse Source

更新缺少代码

zhangdongming 1 năm trước cách đây
mục cha
commit
248d507c01
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(