mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update data_source.py
This commit is contained in:
parent
0215abac30
commit
d55cba49bd
@ -139,7 +139,7 @@ async def update_setu_img(flag: bool = False):
|
|||||||
f"--> /{path}/{image.local_id}.jpg"
|
f"--> /{path}/{image.local_id}.jpg"
|
||||||
)
|
)
|
||||||
os.rename(
|
os.rename(
|
||||||
TEMP_PATH / f"/{image.local_id}.jpg",
|
TEMP_PATH / f"{image.local_id}.jpg",
|
||||||
path / f"{image.local_id}.jpg",
|
path / f"{image.local_id}.jpg",
|
||||||
)
|
)
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user