diff --git a/plugins/send_setu/data_source.py b/plugins/send_setu/data_source.py index 08252aca..beaf4e54 100644 --- a/plugins/send_setu/data_source.py +++ b/plugins/send_setu/data_source.py @@ -90,6 +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_') async with aiofiles.open( f"{IMAGE_PATH}/{path_}/{file}", "wb" ) as f: