Skip to content

Commit

Permalink
update pve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Jan 11, 2025
1 parent 058f103 commit b2ff626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_fortnite/pve.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def combine_imgs():
try:
# 打开截图文件(如果存在)
images = []
image_paths = [hot_info_1_path, container_hidden_xs_path, hot_info_2_path]:
image_paths = [hot_info_1_path, container_hidden_xs_path, hot_info_2_path]
for image_path in image_paths:
if img_path.exists():
images.append(Image.open(img_path))
Expand Down

0 comments on commit b2ff626

Please sign in to comment.