Skip to content

Commit b4b779c

Browse files
authored
Merge branch 'OpenInterpreter:main' into main
2 parents 9588c57 + 08aa004 commit b4b779c

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)