Skip to content

Commit

Permalink
Update data_source.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier authored Apr 10, 2022
1 parent 0215aba commit d55cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/send_setu_/update_setu/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def update_setu_img(flag: bool = False):
f"--> /{path}/{image.local_id}.jpg"
)
os.rename(
TEMP_PATH / f"/{image.local_id}.jpg",
TEMP_PATH / f"{image.local_id}.jpg",
path / f"{image.local_id}.jpg",
)
except FileNotFoundError:
Expand Down

0 comments on commit d55cba4

Please sign in to comment.