mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
hotfix: exception handling missing a value
This commit is contained in:
2
webui.py
2
webui.py
@@ -287,7 +287,7 @@ async def run_org_agent(
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
errors = str(e) + "\n" + traceback.format_exc()
|
||||
return '', errors, '', '', None
|
||||
return '', errors, '', '', None, None
|
||||
finally:
|
||||
# Handle cleanup based on persistence configuration
|
||||
if not keep_browser_open:
|
||||
|
||||
Reference in New Issue
Block a user