Commit b5d977e1 by 陈森彬

update

parent 83c9efd5
Showing with 2 additions and 1 deletions
......@@ -35,7 +35,8 @@ redis_pool = get_redis_conn()
def main():
brand_list = ["AMAZING(晶焱)","EUTECH(台湾德信)"]
# brand_list = ["AMAZING(晶焱)","EUTECH(台湾德信)"]
brand_list = ["3M"]
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