Skip to content

Commit 08aa004

Browse files
committed
Still return a PIL image for local models viewing display
1 parent 8e61e35 commit 08aa004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/core/computer/display/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def screenshot(
113113
"assistant",
114114
)
115115
)
116-
return
116+
return screenshot # Still return a PIL image
117117

118118
if quadrant == None:
119119
if active_app_only:

0 commit comments

Comments
 (0)