From 67323e3ba0b75f52f5d608b736569cbc39c349c4 Mon Sep 17 00:00:00 2001 From: xiaofeng wang Date: Thu, 17 Jul 2025 11:40:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E4=BB=A5=E4=BD=BF=E7=94=A8=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneget.py b/oneget.py index f936470..f2d0627 100644 --- a/oneget.py +++ b/oneget.py @@ -134,7 +134,7 @@ if not kwdata: kwdata = kwdata[0][1] rn = kwdata['rn'] proxy_name = proxiesdict.get(rn) -proxies_str = db.get_proxy(proxy_name,'0') +proxies_str = db.get_proxy(proxy_name,'1') proxies = { 'http': proxies_str, 'https': proxies_str