mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
🐛 Fix sign referer AttributeError
This commit is contained in:
parent
d51e5c64cc
commit
0a63b8250d
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user