📝 添加2次quote的解释

This commit is contained in:
Snowykami 2024-06-10 07:33:44 +08:00 committed by GitHub
parent 33ad54090d
commit d877e30a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ async def _(result: Arparma, event: T_MessageEvent):
ulang = Language(get_user_id(event)) ulang = Language(get_user_id(event))
# 获取参数 # 获取参数
# 你也别问我为什么要quote两次问就是CRT官网的锅只有这样才可以运行
start = quote(quote(result.other_args.get("start"))) start = quote(quote(result.other_args.get("start")))
end = quote(quote(result.other_args.get("end"))) end = quote(quote(result.other_args.get("end")))