Commit 26503475 by 岳巧源

add attr

parent 549f93b7
Showing with 1 additions and 1 deletions
...@@ -124,7 +124,7 @@ def insert_pop_class_to_db(): ...@@ -124,7 +124,7 @@ def insert_pop_class_to_db():
def insert_pop_attr_to_db(): def insert_pop_attr_to_db():
config = config_dev config = config_prod
select_sql = "select class_id from lie_shop_class where platform = 3" select_sql = "select class_id from lie_shop_class where platform = 3"
db = pymysql.connect(host=config["mysql"]["host"], db = pymysql.connect(host=config["mysql"]["host"],
port=config["mysql"]["port"], port=config["mysql"]["port"],
......
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