-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
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
脑壳疼,最后一步不行 #77
Comments
设定一下启动模式 |
怎么设置 |
config.py有 你可以详细看看readme |
请问解决了吗 ,遇到同样问题 |
那些有呀,没有找到 |
=====Edit===== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "server.py", line 12, in
from owllook.views import admin_bp, api_bp, except_bp, md_bp, novels_bp, operate_bp
File "/root/owllook/owllook/views/init.py", line 1, in
from .admin_blueprint import admin_bp
File "/root/owllook/owllook/views/admin_blueprint.py", line 8, in
from owllook.database.mongodb import MotorBase
File "/root/owllook/owllook/database/mongodb/init.py", line 1, in
from .motorbase import MotorBase, MotorBaseOld, PyMongoDb
File "/root/owllook/owllook/database/mongodb/motorbase.py", line 11, in
@singleton
File "/root/owllook/owllook/database/mongodb/motorbase.py", line 19, in MotorBase
MONGODB = CONFIG.MONGODB
AttributeError: type object 'Config' has no attribute 'MONGODB'
The text was updated successfully, but these errors were encountered: