mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🐛 修复配置文件 JOINING_VERIFICATION_GROUPS
解析错误问题
This commit is contained in:
parent
f27cf0d427
commit
623acf8012
@ -58,7 +58,7 @@ _config = {
|
|||||||
*ujson.loads(env('ADMINS', '[]'))
|
*ujson.loads(env('ADMINS', '[]'))
|
||||||
],
|
],
|
||||||
|
|
||||||
"joining_verification_groups": env('JOINING_VERIFICATION_GROUPS', '[]'),
|
"joining_verification_groups": ujson.loads(env('JOINING_VERIFICATION_GROUPS', '[]')),
|
||||||
}
|
}
|
||||||
|
|
||||||
config = Storage(_config)
|
config = Storage(_config)
|
||||||
|
Loading…
Reference in New Issue
Block a user