Ver Fonte

Merge branch '2025-03-02-change-proxy' of luojunhui/LongArticlesJob into master

luojunhui há 3 meses atrás
pai
commit
0c3fefb3f9
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      applications/functions.py

+ 3 - 3
applications/functions.py

@@ -153,11 +153,11 @@ class Functions(object):
         快代理
         """
         # 隧道域名:端口号
-        tunnel = "l901.kdltps.com:15818"
+        tunnel = "j685.kdltps.com:15818"
 
         # 用户名密码方式
-        username = "t11983523373311"
-        password = "mtuhdr2z"
+        username = "t14070979713487"
+        password = "hqwanfvy"
         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}