From 7d23a76b2b794c5237cd75152c019d7bf0c59243 Mon Sep 17 00:00:00 2001 From: xiaofeng wang Date: Thu, 17 Jul 2025 11:39:28 +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=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=E4=BB=A5=E6=9B=B4=E5=A5=BD=E5=9C=B0=E5=A4=84=E7=90=86?= 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 287e75b..f936470 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,'-1') +proxies_str = db.get_proxy(proxy_name,'0') proxies = { 'http': proxies_str, 'https': proxies_str