Explorar o código

上传读取标题功能

罗俊辉 hai 1 ano
pai
achega
57ae077534
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/mysql.py

+ 1 - 1
functions/mysql.py

@@ -61,6 +61,6 @@ class MysqlClient(object):
 
 
 M = MysqlClient()
-sql = "SELECT title from crawler_video where id = '19591529';"
+sql = "SELECT title from wx_video where id = '19591529';"
 w = M.select(sql)
 print(w)