tanghongbin 4 anni fa
parent
commit
56acb07d59
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Service/ModelService.py

+ 1 - 1
Service/ModelService.py

@@ -157,7 +157,7 @@ class ModelService:
 
     @staticmethod
     def notify_alexa_add(uid, userID, nickname):
-        url = 'https://www.zositech.xyz/deviceStatus/addOrupdate'
+        url = 'https://www.zositech.xyz/deviceStatus/addOrUpdate'
         data = {
             'UID': uid,
             'userID': userID,