zhangdongming 1 жил өмнө
parent
commit
248d507c01

+ 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(