From bbfe3af9b3db4841e39602324a8186a7cb837b86 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 2 Mar 2025 14:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20iyuu=5Fhelper.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/iyuuauth/iyuu_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/iyuuauth/iyuu_helper.py b/plugins/iyuuauth/iyuu_helper.py index 2d3dcb7..ced901b 100644 --- a/plugins/iyuuauth/iyuu_helper.py +++ b/plugins/iyuuauth/iyuu_helper.py @@ -6,7 +6,7 @@ from app.utils.http import RequestUtils class IyuuHelper(object): _version = "2.0.0" - _api_base = "http://api.bolahg.cn/%s" + _api_base = "http://api.iyuu.cn/%s" _sites = {} _token = None