Skip to content

Commit

Permalink
🐛 fixed #3 收到图片后 WS没推送消息事件,11047
Browse files Browse the repository at this point in the history
  • Loading branch information
JustUndertaker committed Oct 27, 2022
1 parent 5d06022 commit f004fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntchat_client/wechat/image_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def decode_file(self, image_file: Path, is_thumb: bool) -> Optional[str]:
with open(out_file, mode="wb") as f:
f.write(out_value)

return out_file.absolute()
return str(out_file.absolute())


def scheduler_image_job(config: Config) -> None:
Expand Down

0 comments on commit f004fe5

Please sign in to comment.