提交 201c3817 作者: 薛凌堃

微信公众号详情采集脚本维护

上级 39bc90e5
...@@ -33,7 +33,7 @@ def updatewxLink(link,info_source_code,state): ...@@ -33,7 +33,7 @@ def updatewxLink(link,info_source_code,state):
def getjsonInfo(): def getjsonInfo():
#从数据库中获取信息 一条 #从数据库中获取信息 一条
select_sql = "select * from wx_link where state=100 order by id asc limit 1" select_sql = "select * from wx_link where state=0 order by id asc limit 1"
cursor_.execute(select_sql) cursor_.execute(select_sql)
row = cursor_.fetchone() row = cursor_.fetchone()
cnx_.commit() cnx_.commit()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论