libushang 4 bulan lalu
induk
melakukan
3c6b0682b3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      common/PTZApi.py

+ 1 - 1
common/PTZApi.py

@@ -4,7 +4,7 @@ import requests
 from exceptions import AppException
 
 def get_ptz_info(code: str):
-    api_url = "http://10.181.7.252/GetPTZInfo"
+    api_url = "http://10.181.7.166/GetPTZInfo"
     params = {
         "dev": code
     }