mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
Update data_source.py
This commit is contained in:
parent
7148940a2f
commit
96dc1d9851
@ -90,8 +90,8 @@ async def search_online_setu(
|
||||
index = random.randint(1, 100000) if id_ is None else id_
|
||||
path_ = "temp" if not path_ else path_
|
||||
file = f"{index}_temp_setu.jpg" if not path_ else f"{index}.jpg"
|
||||
if not os.path.exists(f'{IMAGE_PATH}/path_'):
|
||||
os.mkdir(f'{IMAGE_PATH}/path_')
|
||||
if not os.path.exists(f'{IMAGE_PATH}/{path_}'):
|
||||
os.mkdir(f'{IMAGE_PATH}/{path_}')
|
||||
async with aiofiles.open(
|
||||
f"{IMAGE_PATH}/{path_}/{file}", "wb"
|
||||
) as f:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user