Browse Source

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

tanghongbin 4 years ago
parent
commit
dc127436db
1 changed files with 1 additions and 1 deletions
  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)