Commit 38009ae5 by 岳巧源

add log

parent 319a7d5b
Showing with 1 additions and 0 deletions
......@@ -98,6 +98,7 @@ def resolve(file_name: str, supplier_id: int):
item_map["price_cn"] = float(price_data)
table["ladder_price"].append(item_map)
ans = json.dumps(table, ensure_ascii=False)
print(ans)
producer.push(ans)
producer.close()
......
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