mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-07 17:22:09 +00:00
Cleanup browser_http_headers after model refactor
This commit is contained in:
parent
dd1b84579f
commit
16defe4b1b
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ class LoadProfileSettings(Extension):
|
|||
for override_key, config_attr in (
|
||||
("agent_profile", "profile"),
|
||||
("mcp_servers", "mcp_servers"),
|
||||
("browser_http_headers", "browser_http_headers"),
|
||||
):
|
||||
if override_key not in settings_override:
|
||||
setattr(new_config, config_attr, getattr(current_config, config_attr))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue