浏览代码

Merge remote-tracking branch 'remotes/origin/Bin' into dev

tanghongbin 4 年之前
父节点
当前提交
dc127436db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/EquipmentManagerV3.py

+ 1 - 1
Controller/EquipmentManagerV3.py

@@ -99,7 +99,7 @@ class EquipmentManagerV3(View):
                                                  NickName=NickName, View_Account=View_Account,
                                                  View_Password=View_Password, Type=Type, ChannelIndex=ChannelIndex)
                         userDevice.save()
-                        asy = threading.Thread(target=ModelService.del_eq_info, args=(UID, userID, NickName))
+                        asy = threading.Thread(target=ModelService.notify_alexa_add, args=(UID, userID, NickName))
                         asy.start()
                         # redisObj = RedisObject(db=8)
                         # redisObj.del_data(key='uid_qs_' + userID)