Update pid_search.py

This commit is contained in:
HibiKier 2022-03-06 18:00:35 +08:00 committed by GitHub
parent 2081302e32
commit 9c8eaed938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ async def _(event: MessageEvent, state: T_State, pid: str = Arg("pid")):
f"pid{pid}\n"
f"author{author}\n"
f"author_id{author_id}\n"
f'{image(f"pid_search_{event.user_id}.png", "temp")}'
f'{image(TEMP_PATH / f"pid_search_{event.user_id}.png")}'
f"{tmp}"
)
)