Commit 33ef5de5 authored by 张彦钊's avatar 张彦钊

add print

parent a9b79edf
......@@ -50,6 +50,9 @@ def con_sql(sql):
def queue_compare(old_list, new_list):
# 去掉前面的"diary|"
print("test")
print(old_list[:6])
print(new_list[:6])
old_list = list(map(lambda x:x[6:],old_list))
temp = list(range(len(old_list)))
x_dict = dict(zip(old_list, temp))
......
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