We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在api.py中的post_group_message函数,有一处payload = locals()会导致我的python报错ValueError: Circular reference detected,据我的观察改成payload = locals().copy()就好了,也不知道为什么……python版本3.9/3.10都有这个问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在api.py中的post_group_message函数,有一处payload = locals()会导致我的python报错ValueError: Circular reference detected,据我的观察改成payload = locals().copy()就好了,也不知道为什么……python版本3.9/3.10都有这个问题
The text was updated successfully, but these errors were encountered: