Commit ce60f6f8 by 陈森彬

update

parent 373d57cf
Showing with 4 additions and 2 deletions
......@@ -32,10 +32,12 @@ def get_redis_conn():
redis_pool = get_redis_conn()
#在mongo服务器 /data/soft/ti 目录 下 修改 bom_brand.py 文件(因为是liexin521用户 没有权限)
#执行 python3.6 bom_brand.py
def main():
# brand_list = ["AMAZING(晶焱)","EUTECH(台湾德信)"]
brand_list = ["华润微","昂科"]
# brand_list = ["华润微","昂科"]
brand_list = ["沁恒"]
for brand_name in brand_list:
res = redis_pool.sadd("brand_set", brand_name)
if 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 sign in to comment