|
@@ -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:
|