提交 d85f3006 作者: 薛凌堃

微信公众号详情页采集维护

上级 77b8e47a
...@@ -35,6 +35,7 @@ def getjsonInfo(): ...@@ -35,6 +35,7 @@ def getjsonInfo():
select_sql = "select * from wx_link where state=0 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()
if row: if row:
pass pass
else: else:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论