Skip to content

Commit

Permalink
Auto-commit: 2024-08-11 15:29:02
Browse files Browse the repository at this point in the history
  • Loading branch information
bengenseo committed Aug 11, 2024
1 parent 120d238 commit 9aa06b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 读取图片文件
with open("image.png", "rb") as image_file:
with open("images.png", "rb") as image_file:
# 将图片转换为十六进制字符串
hex_string = image_file.read().hex()

Expand Down

0 comments on commit 9aa06b6

Please sign in to comment.