mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-22 10:10:47 +00:00
FIX
This commit is contained in:
parent
d249a80fcd
commit
a98fa14046
@ -126,7 +126,7 @@ def install_binding(data:BindingInstallParams):
|
|||||||
Returns:
|
Returns:
|
||||||
dict: Status of operation.
|
dict: Status of operation.
|
||||||
"""
|
"""
|
||||||
sanitize_path_from_endpoint(path)
|
sanitize_path_from_endpoint(data.name)
|
||||||
|
|
||||||
ASCIIColors.info(f"- Reinstalling binding {data.name}...")
|
ASCIIColors.info(f"- Reinstalling binding {data.name}...")
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user