Commit 9ef83045 authored by 张彦钊's avatar 张彦钊

add print

parent 2b08e1b9
......@@ -20,6 +20,8 @@ def get_video_id():
cursor.execute(sql)
result = cursor.fetchall()
df = pd.DataFrame(list(result))
print("videio_id 预览")
print(df.head(2))
video_id = df[0].values.tolist()
db.close()
return video_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment