Skip to content

Commit

Permalink
Still return a PIL image for local models viewing display
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed May 17, 2024
1 parent 8e61e35 commit 08aa004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/core/computer/display/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def screenshot(
"assistant",
)
)
return
return screenshot # Still return a PIL image

if quadrant == None:
if active_app_only:
Expand Down

0 comments on commit 08aa004

Please sign in to comment.