@@ -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)