From e9ec847daf648aa07fa5976316d6c27f2b6d51ca Mon Sep 17 00:00:00 2001 From: Matt Foyle Date: Tue, 7 Jan 2025 09:50:26 +0100 Subject: [PATCH] chore: missing empty line --- webui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webui.py b/webui.py index a5d0fbb..1813676 100644 --- a/webui.py +++ b/webui.py @@ -177,6 +177,7 @@ async def run_custom_agent( if not os.path.exists(chrome_exe): raise ValueError(f"Chrome executable not found at {chrome_exe}") + if not chrome_use_data: raise ValueError("You selected use own browser, but CHROME_USER_DATA environment variable is not set. Please set it to your Chrome user data directory.")