Commit 6bf7d20d by 陈森彬

添加打印

parent 07caf58c
Showing with 1 additions and 0 deletions
......@@ -37,6 +37,7 @@ def main():
brand_list = ["英飞凌"]
for brand_name in brand_list:
redis_pool.sadd("brand_set", brand_name)
print("添加品牌",brand_name)
if __name__ == "__main__":
......
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