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
mongodb.py return database.find_one({"name": name}) 这行没有考虑数据库为空的情况 导致报错
The text was updated successfully, but these errors were encountered:
是的,mongodb需要数据库文件才能存放数据
Sorry, something went wrong.
CNVD的搞定没 看了下好像必须要cookie 而且有有效期
No branches or pull requests
mongodb.py
return database.find_one({"name": name})
这行没有考虑数据库为空的情况 导致报错
The text was updated successfully, but these errors were encountered: