From 0468bcea03d25c0ef4f8729678b5469b7deabb77 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Fri, 30 May 2025 22:17:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=92=8CRedis=E6=94=AF=E6=8C=81=E4=BB=A5?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E6=95=B0=E6=8D=AE=E6=A3=80=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index da86359..8196cd2 100644 --- a/main.py +++ b/main.py @@ -453,4 +453,5 @@ if __name__ == '__main__': level = 0 headers = gettoken('TW') proxy_name = "tw" - print(get_searchInfo(keyword, level, headers, proxy_name, r=2)) \ No newline at end of file + print(db.get_proxy(proxy)) + # print(get_searchInfo(keyword, level, headers, proxy_name, r=2)) \ No newline at end of file