Commit 4dcbd428 authored by 赵威's avatar 赵威

remove log

parent 4dc3961f
......@@ -126,8 +126,6 @@ if __name__ == '__main__':
"where time > UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 30 day))"
cur_jerry_test.execute(sql_device_ids)
device_ids_lst = [i[0] for i in cur_jerry_test.fetchall()]
print("!!!!!!!!!!!!!!!!!!!")
print(device_ids_lst[:5])
db_jerry_test.close()
cur_jerry_test.close()
......@@ -142,10 +140,6 @@ if __name__ == '__main__':
# 标签id对应的中文名称
all_tags_name = get_all_tags_name()
print("!!!!!!!!!!!!!!!!!!!")
print(all_word_tags)
print(all_tag_tag_type)
print(all_3tag_2tag)
# 搜索词tag
search_words_synonym_tags_key = "search:words:synonym:tags"
......
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