@@ -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 = {