Skip to content

Commit ee358d2

Browse files
committed
Fixed --vision feedback, incremented version
1 parent f4b9798 commit ee358d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/core/utils/html_to_base64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def html_to_base64(code):
1414

1515
# Generate a random filename for the temporary image
1616
temp_filename = "".join(random.choices(string.digits, k=10)) + ".png"
17+
hti.output_path = get_storage_path()
1718
hti.screenshot(
1819
html_str=code,
19-
output_path=get_storage_path(),
2020
save_as=temp_filename,
2121
size=(960, 540),
2222
)

0 commit comments

Comments
 (0)