Browse Source

移除异步初始化配置

zhangdongming 3 years ago
parent
commit
31e513250b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Controller/UserController.py

+ 0 - 3
Controller/UserController.py

@@ -2209,9 +2209,6 @@ class InitInfoView(View):
                     return response.json(904)
             else:
                 return response.json(444, 'push_type')
-            asy = threading.Thread(target=self.save_push_config,
-                                   args=(userID, appBundleId, push_type, token_val, m_code, lang, tz))
-            asy.start()
             if m_code:
                 # 获取设备推送状态
                 update_dict = {