Commit 217841cb authored by rico.liu's avatar rico.liu

update

parent 8d59b5bc
...@@ -466,8 +466,6 @@ def check_params_data(path): ...@@ -466,8 +466,6 @@ def check_params_data(path):
cursor_zi_new.execute(f"select subtitle,stdvalue,primitive,simplevalue from ShuJuZiDian_Cfg where categoryname = '{category}'") cursor_zi_new.execute(f"select subtitle,stdvalue,primitive,simplevalue from ShuJuZiDian_Cfg where categoryname = '{category}'")
data_dict = pd.DataFrame(cursor_zi_new.fetchall(), columns=[tuple[0] for tuple in cursor_zi_new.description]) data_dict = pd.DataFrame(cursor_zi_new.fetchall(), columns=[tuple[0] for tuple in cursor_zi_new.description])
cat_df['remark'] = cat_df['remark'].apply(lambda x:str(x))
#实例化进度条 #实例化进度条
index_ = ProgressLine() index_ = ProgressLine()
......
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 to comment