mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
ruff fix
This commit is contained in:
parent
576dc19260
commit
acd900c41d
1 changed files with 1 additions and 3 deletions
|
|
@ -435,9 +435,7 @@ def validate_connector_config(
|
|||
"SEARXNG_VERIFY_SSL",
|
||||
],
|
||||
"validators": {
|
||||
"SEARXNG_HOST": lambda: validate_url_field(
|
||||
"SEARXNG_HOST", "SearxNG"
|
||||
)
|
||||
"SEARXNG_HOST": lambda: validate_url_field("SEARXNG_HOST", "SearxNG")
|
||||
},
|
||||
},
|
||||
"LINKUP_API": {"required": ["LINKUP_API_KEY"], "validators": {}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue