Sfoglia il codice sorgente

上传读取标题功能

罗俊辉 1 anno fa
parent
commit
57ae077534
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)