Commit 9afe0968 authored by litaolemo's avatar litaolemo

update

parent cb9f6c08
......@@ -171,6 +171,8 @@ def write_data_into_mysql(res_data: Dict, user_id_list: List):
cur = conn.cursor()
now_str = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
# 清洗数据为可以入库的格式
import pdb
pdb.set_trace()
data = push_data_to_user(res_data)
if not data.get("content"):
return None
......
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