weixin-spider
weixin-spider copied to clipboard
from webapp import db 运行报错
在mac 上运行,提示找不到 from webapp import db
路径问题
我应该如何运行 ?
程序运行起来了, 加了公众号,点开始后一直没反应,
('Working outside of application context.\n\nThis typically means that you attempted to use functionality that needed\nthe current application. To solve this, set up an application context\nwith app.app_context(). See the documentation for more information.',)
flask 与 wx_monitor 共用了一个 db, 导致在运行wx_monitor 时,db初始化出错,