mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-09 03:06:05 +02:00
fix(typo):
This commit is contained in:
@@ -169,7 +169,7 @@ def parse_http_spec(http_spec: str) -> LLMSpec:
|
|||||||
|
|
||||||
for key, value in secrets.items():
|
for key, value in secrets.items():
|
||||||
if not value:
|
if not value:
|
||||||
continuev
|
continue
|
||||||
key = key.strip("$")
|
key = key.strip("$")
|
||||||
body = body.replace(f"${key}", value)
|
body = body.replace(f"${key}", value)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user