Browse Source

no message

libushang 4 tháng trước cách đây
mục cha
commit
3c6b0682b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }