Commit 0561ced9 authored by 赵威's avatar 赵威

update msg

parent a6b9a683
......@@ -368,7 +368,7 @@ def consume_kafka():
end = datetime.datetime.now().strftime("%Y-%m-%d %H:%M")
msg_dict = {"start": str(start), "end": str(end), "device_number": len(device_ids_lst)}
msg_res = ""
msg_res = "离线画像分数衰减\n"
for (k, v) in msg_dict.items():
msg_res += str(k)
msg_res += ": "
......
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