From 0a63b8250da5ca9476f3098256ebbad1f30e1cc8 Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Wed, 26 Apr 2023 00:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20sign=20referer=20Attribute?= =?UTF-8?q?Error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/tools/sign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tools/sign.py b/plugins/tools/sign.py index 2ccd704d..b6ab306c 100644 --- a/plugins/tools/sign.py +++ b/plugins/tools/sign.py @@ -149,7 +149,7 @@ class SignSystem(Plugin): challenge = request_daily_reward.get("challenge", "") logger.warning("UID[%s] 触发验证码\ngt[%s]\nchallenge[%s]", client.uid, gt, challenge) validate = await self.verify.ajax( - referer=self.REFERER, + referer=RecognizeSystem.REFERER, gt=gt, challenge=challenge, )