Commit a5027a7f by larosa

add push msg

parent 4f543957
Showing with 1 additions and 0 deletions
...@@ -92,6 +92,7 @@ def post_jd_is_null(conf: dict): ...@@ -92,6 +92,7 @@ def post_jd_is_null(conf: dict):
} }
msg_str = json.dumps(data, ensure_ascii=False) msg_str = json.dumps(data, ensure_ascii=False)
push_mq(msg_str) push_mq(msg_str)
print("push msg : %s" % msg_str)
......
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 sign in to comment