Browse Source

关闭本地代理

wangkun 3 years ago
parent
commit
1a45432baa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/search_by_words.py

+ 2 - 1
main/search_by_words.py

@@ -12,7 +12,8 @@ sys.path.append(os.getcwd())
 from common import Common
 from feishu_lib import Feishu
 
-proxies = {"http": "127.0.0.1:19180", "https": "127.0.0.1:19180"}
+# proxies = {"http": "127.0.0.1:19180", "https": "127.0.0.1:19180"}
+proxies = {"http": None, "https": None}
 
 
 class Search: