Sfoglia il codice sorgente

外网ip更换成域名

dzr 1 anno fa
parent
commit
3207343d2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      services/robot.py

+ 1 - 1
services/robot.py

@@ -8,7 +8,7 @@ MOBILE_LIST = [
 ]
 
 if platform.system() not in ['Darwin', 'Windows']:
-    PLATFORM_RUL = "http://123.57.163.80:2119"
+    PLATFORM_RUL = "http://pycaptcha.spdata.jianyu360.com"
 else:
     PLATFORM_RUL = "http://127.0.0.1:2119"