Explorar el Código

更新快代理

luojunhui hace 7 horas
padre
commit
c929428fd0
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      applications/functions.py
  2. 2 2
      applications/utils/common.py

+ 2 - 2
applications/functions.py

@@ -156,8 +156,8 @@ class Functions(object):
         tunnel = "j685.kdltps.com:15818"
 
         # 用户名密码方式
-        username = "t14070979713487"
-        password = "hqwanfvy"
+        username = "t16899444538299"
+        password = "5w5ersso"
         proxies = {
             "http": "http://%(user)s:%(pwd)s@%(proxy)s/" % {"user": username, "pwd": password, "proxy": tunnel},
             "https": "http://%(user)s:%(pwd)s@%(proxy)s/" % {"user": username, "pwd": password, "proxy": tunnel}

+ 2 - 2
applications/utils/common.py

@@ -39,8 +39,8 @@ def proxy():
     tunnel = "j685.kdltps.com:15818"
 
     # 用户名密码方式
-    username = "t14070979713487"
-    password = "hqwanfvy"
+    username = "t16899444538299"
+    password = "5w5ersso"
     proxies = {
         "http": "http://%(user)s:%(pwd)s@%(proxy)s/"
         % {"user": username, "pwd": password, "proxy": tunnel},