pick 部分代码

This commit is contained in:
w_xiaolizu
2023-06-27 13:51:32 +08:00
parent fbe9bcac96
commit 56679a41ef
7 changed files with 25 additions and 548 deletions

View File

@ -10,7 +10,7 @@ import functools
import func_box
# 连接到数据库
base_path = os.path.dirname(__file__)
prompt_path = os.path.join(base_path, 'prompt_users')
prompt_path = os.path.join(base_path, 'users_data')
def connect_db_close(cls_method):