Skip to content

Commit

Permalink
fail if chromium failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ugomeda committed Jan 31, 2025
1 parent 8354c32 commit 20cb199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inkplate_dashboard/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def screenshot_display() -> tuple[bytes, str]:
"--timeout=5000",
"http://127.0.0.1:8000/live/html",
],
check=False,
check=True,
timeout=10,
)

Expand Down

0 comments on commit 20cb199

Please sign in to comment.