Commit 1735eced authored by 张彦钊's avatar 张彦钊

change sql for test

parent a180639a
......@@ -36,5 +36,5 @@ if __name__=="__main__":
while x < len(all):
video_id.append(all[x])
x += 3
print(video_id)
print(video_id in video)
\ No newline at end of file
a = list(set(video)&set(video_id))
print(a == video_id)
\ No newline at end of file
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