mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-31 01:59:58 +00:00
🐛 fix cqhttp secret checking #289
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import hmac
|
||||
from nonebot.utils import logger_wrapper
|
||||
import hashlib
|
||||
import base64
|
||||
import hashlib
|
||||
|
||||
from nonebot.utils import logger_wrapper
|
||||
|
||||
log = logger_wrapper("DING")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user