mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
fix(cf): 修复文件路径错误
This commit is contained in:
parent
709da98694
commit
4b837455f6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ os.makedirs(image_local_qq_image_path, exist_ok=True)
|
||||||
image_local_path= path+"/image/MaoYuNa"
|
image_local_path= path+"/image/MaoYuNa"
|
||||||
os.makedirs(image_local_path, exist_ok=True)
|
os.makedirs(image_local_path, exist_ok=True)
|
||||||
# cf ratings路径
|
# cf ratings路径
|
||||||
rating_path = path+'/image/cf_ratings'
|
rating_path = path+'/image/cf_ratings/'
|
||||||
os.makedirs(rating_path, exist_ok=True)
|
os.makedirs(rating_path, exist_ok=True)
|
||||||
# 塔罗牌图片路径
|
# 塔罗牌图片路径
|
||||||
tarots_img_path = path+'/image/tarot/TarotImages/'
|
tarots_img_path = path+'/image/tarot/TarotImages/'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue