From 4b837455f6c93f64d03f444b29ca6c321fcaf759 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Tue, 8 Apr 2025 17:51:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(cf):=20=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configs/path_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configs/path_config.py b/src/configs/path_config.py index bc51c45..5a06d09 100644 --- a/src/configs/path_config.py +++ b/src/configs/path_config.py @@ -11,7 +11,7 @@ os.makedirs(image_local_qq_image_path, exist_ok=True) image_local_path= path+"/image/MaoYuNa" os.makedirs(image_local_path, exist_ok=True) # cf ratings路径 -rating_path = path+'/image/cf_ratings' +rating_path = path+'/image/cf_ratings/' os.makedirs(rating_path, exist_ok=True) # 塔罗牌图片路径 tarots_img_path = path+'/image/tarot/TarotImages/'